Teaching Haryana (HPSC) Assistant Professor Mock Test 2025 Programming and Data Structure Programming in C
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