Draw a memory diagram of the variables of the following code after the execution of the code. Please draw in form of array auto x = 3, y = -1; ++x; y--; auto z = 2 * (x + y); x = z / y; y = 1 - x;
Answers
Answered by
0
Answer:
4
Explanation:
i am not sure but it can be
Similar questions