Vidyalelo
C++ Programming · Q20

Operators and Expressions in C++

Programming · C++ Programming · question 20

Q20

What does the '++' operator do when used as a postfix operator?

A.
Increments after use
Answer
B.
Increments before use
C.
Decrements after use
D.
Decrements before use

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board