A
Q. What will be the output of the following code?
int a = 5;
cout << ++a;
- Correct Answer - Option(B)
- Views: 9
- Filed under category C++
- Hashtags:
Discusssion
Login to discuss.