A Admin • 802.91K Points Coach Report Q. What is the output of the following code snippet? int x = 5; int y = x++; cout << y; (A) 5 (B) 6 (C) 0 (D) Error Correct Answer - Option(A) Views: 4 Filed under category C++ Hashtags: Share Manage Tags
Discusssion
Login to discuss.