Computer Science, asked by devsonkar, 8 months ago

What will be the ouput for :

System.out.println(++X!=X);​

Answers

Answered by devipoonam83252
1

Answer:

false since ++ x is in prefix and the value of x increases then it is not is equals to X.

Answered by shubhamxpango
0

Answer:

sorry I don't know the answer

Similar questions