Computer Science, asked by arotibiswas34, 4 months ago

c) What will be the result stored in x after evaluating the following expression : int x = 4;

x+ = (x++) +(++x) +x;​

Answers

Answered by trunaligosavi
3

Answer:

answer is 8

Explanation:

4=4+4+4

4=12

12-4=8

Similar questions