What is the value of a & b after the following two statements are executed? int a=10; int b=a++ * ++a;
Reveal answer
Fill a bubble to check yourself
What is the value of a & b after the following two statements are executed? int a=10; int b=a++ * ++a;