1.

C++: Which of the following is not post increment?

A. x++
B. ++x
C. x=x+1;
D. x+=1
Answer» C. x=x+1;


Discussion

No Comment Found