int foo(int x) { int res = 0; return res = x++, x, ++x; }
int z = foo(0)
Login in to like
Login in to comment
or Read more about C++ Quizzes
Login in to like
Login in to comment