What will be the output of the following code:
int value = 5;
cout << value += 3;
Explanation
Since left shift operator has a higher priority than the addition assignment operator - a compilation error will occur.

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты