الرجوع
تسجيل الدخول

What is the result of the following variables after executing the code:

int x = 4, y = 2, result;
result = 6/2 + (4-1) * 2 + --x - y++;