What will be the output of the following code: main() { int a=10,b=20; a=a^b; b=a^b; a=a^b; cout<
Reveal answer
Fill a bubble to check yourself
What will be the output of the following code: main() { int a=10,b=20; a=a^b; b=a^b; a=a^b; cout<