What does the '++' operator do when used as a postfix operator?
A. Increments after use
B. Increments before use
C. Decrements after use
D. Decrements before use
Answer: Option A
Related Questions on Operators and Expressions in C plus plus
What is the operator precedence of the multiplication operator (*) in C++?
A. Highest
B. Lowest
C. Equal to addition
D. Equal to subtraction
Join The Discussion