Saved Bookmarks
| 1. |
Suppose x = 5. Then cout << x++ displays ....... |
|
Answer» 5. Here post increment first use the value then incremented. |
|