Q31
int x = 0, y = 0 , z = 0 ; x = (++x + y-- ) * z++; What will be the value of "x" after execution ?
A.
-2
B.
-1
C.
0
AnswerD.
1
E.
2
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board