Programming Language Operator in Java Question #2124
Single Choice Not Set

QWhat will be the value of "x" after execution ?
int x = 0, y = 0 , z = 0 ;
x = (++x + y-- ) * z++;

ID: #2124 Operator in Java 3,357 views
Question Info
#2124Q ID
Not SetDifficulty
Operator in JavaTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A -2
  • B -1
  • D 1
Correct Answer

Explanation

0
No Previous Next Question

Share This Question

Challenge a friend or share with your study group.

Related MCQ Questions