What will be printed out as a result of the following code's execution:
int i = 0;
i++++++++++++++++++++; // 20 pluses
cout << i++ << endl;
Explanation
Postfix operators return the rvalue that can not be modified (as long as the opposite is not explicitly specified).

Слідкуй за CodeGalaxy

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

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