Multiple Choice
This operator increments the value of its operand, then uses the value in context.
A) prefix increment
B) postfix increment
C) prefix decrement
D) postfix decrement
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: string objects have a member function named
Q17: If you want to stop a loop
Q18: A for statement contains three expressions: initialization,
Q19: What is the output of the following
Q21: The update expression of a for loop
Q22: The while loop has two important parts:
Q45: You may define a _ in the
Q47: What will the following code display?<br>Int number
Q48: The increment and decrement operators can be
Q56: The condition that is tested by a