What does the following code output?
int a = 3, b = 3;
cout << (++a == b++);

1
0
2
1
3
3
4
Compilation error
5
Question Not Attempted

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation