πŸ“Š JAVA
Q. 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
  • (D) 0 D. 1
πŸ’¬ Discuss
βœ… Correct Answer: (C) 0

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
78
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Rakesh Kumar
Publisher
πŸ“ˆ
81%
Success Rate