What is displayed in the console?
int a = 5;
int b = 0;
int &r = a;

r = b++;

cout << a;
cout << r;
cout << b;

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Cosmo
Sign Up Now
or Subscribe for future quizzes