Multiple Choice
The -- operator
A) is a unary operator.
B) subtracts one from the value of its operand.
C) must have an lvalue, such as a variable, as its operand.
D) can be used in either prefix or postfix mode.
E) All of the above are True.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: Before beginning to add value to it,
Q15: _ are C++ operators that change their
Q16: To use files in a C++ program
Q17: You may define a(n) _ in the
Q18: The while loop has two important parts:
Q20: A for statement contains three expressions: initialization,
Q21: In order for a C++ program to
Q22: A(n) _ is a variable that controls
Q23: What will the following code print?<br>Num =
Q24: What will the following code print?<br>Num =