Computer Science, asked by meghasarthak6, 8 months ago

x+=x++ + ++x + x

If x= 4, then find the value

Answers

Answered by akathwal004
2

hope this answer will be helpful

Attachments:
Answered by kritipotti
1
The answer is
x=20
In ++x value if x changes in the memory directly while x++ changes value only after the command is completed
Similar questions