1.

Suppose x = 5. Then cout << x++ displays .......

Answer»

5. Here post increment first use the value then incremented.



Discussion

No Comment Found