If x is 10, what are the values of x and y after the statement below is executed?
y = ++x + x++ / 4 * (3 + x++);
y = ?
x = ?
If x is 10, what are the values of x and y after the statement below is executed?
y = x++ % 5 - --x * ++x;
y = ?
x = ?
Answers
Answered by
0
Answer:
bruh!!! easy question
Explanation:
ahh!!!
Similar questions