πŸ“Š JAVA
Q. What will be the value of "x" after execution ?
Code:
int x = 0, y = 0 , z = 0 ;
x = (++x + y-- ) * z++;
  • (A) -2
  • (B) -1
  • (C) 0
  • (D) 1
πŸ’¬ Discuss
βœ… Correct Answer: (C) 0

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
198
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Shivam
Publisher
πŸ“ˆ
85%
Success Rate