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

r = b++;

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

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести