Teaching BPSC 4.0 बिहार उच्च माध्यमिक शिक्षक भर्ती (PGT) Mock Test 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
More than one of the above
5
None of the above