c) What will be the result stored in x after evaluating the following expression : int x = 4;
x+ = (x++) +(++x) +x;
Answers
Answered by
3
Answer:
answer is 8
Explanation:
4=4+4+4
4=12
12-4=8
Similar questions