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
Зареєструйся Зараз
або Підпишись на майбутні тести