Multiple Choice
The ++ operator
A) adds one to the value of its operand.
B) can operate in prefix or postfix mode.
C) is a unary operator.
D) All of the above.
E) Both B and C, but not A.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: When a loop is nested inside another
Q3: The while loop has two important parts:
Q4: For data validation, it is best to
Q4: A while loop may have a semicolon
Q5: are C++ operators that change their operands
Q6: A sentinel is a special value that<br>A)marks
Q7: To a value means to increase it.<br>A)add
Q10: The statement causes a loop to terminate
Q11: The while loop has two important parts:
Q32: To decrement a number means to increase