Home
Download App
Study Material
{{ shortTitle }}
Video Lessons
Practice Tests
Ask Doubts
Pricing
JOIN NOW
Computer Applications
Assuming x = 1 with the following code snippet:
int y = --x;
Which one of the following is true?
x=1, y=1
x=0, y=0
x=1, y=0
x=0, y=1
Java Operators
6 Likes
Answer
x=0, y=0
Answered By
1 Like
Related Questions
The statement (1>0) || (1<0) evaluates to ...........
View Answer
Bookmark Now
For x = 5, the statement sum = ++x + 8 evaluates to ...........
View Answer
Bookmark Now
The statement i = i + 1 is equivalent to ...........
View Answer
Bookmark Now
The statement (1>0) && (1<0) evaluates to ...........
View Answer
Bookmark Now