Computer Science, asked by maunisijan, 6 months ago

What will be the result stored in x after evaluating the following expression?
If x = 4. (2)
x += (x++) + (--x) + x.

Answers

Answered by WanderLust007
1

Answer:

X=4

Explanation:

4=[4+{-4}+4]

4=0+4

4=4

THE QUESTION IS IRRELEVANT SO THIS IS THE ANSWER I COULD GIVE.

Similar questions