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
Зарегистрируйся сейчас
или Подпишись на будущие тесты