What value will the function return?
int f() {
    return 4,(5),6;
}
Explanation
6 will be returned since the comma-separated list of expressions is evaluated from the left to right with the value of the last expression being a result.

good question)

2016 Mar 6, 10:27:50 AM

Следи за CodeGalaxy

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

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