(e) Write the value of x and y after the following expression is evaluated, if the
initial value of x is 7.
y = ++X - X++ + x++ +x;
[2]. those who answer will be marked as brainlist. ....
Answers
Answered by
0
Answer:
14
Explanation:
x=7
y = (++x - x++) + (x++ +x)
y= (7 -8) +(8+7)
Similar questions