Post increment operators - C++

Q.  C++: Which of the following is not post increment?
- Published on 22 Jun 15

a. x++
b. ++x
c. x=x+1;
d. x+=1

ANSWER: ++x

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)