int foo(int x) {
    int res = 0;
    return res = x++, x, ++x;
}
What is the value of the z variable when executing the following code?
int z = foo(0)

Следи за CodeGalaxy

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

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