What will be printed out as a result of the following code execution?
#include <iostream>

int main() {
    std::cout << ++static_cast<int&>(*(new int(5)));
}

Следи за CodeGalaxy

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

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