A
Q. What is the output of the following code?
int x = 10;
cout << ++x * x++;
- Correct Answer - Option(D)
- Views: 22
- Filed under category C++
- Hashtags:
Discusssion
Login to discuss.