| Author |
Unary opearator...
|
banu saro
Greenhorn
Joined: Jul 12, 2005
Posts: 3
|
|
What is the output of following code and could some one explain me how it is. int x = 1; int y = ~x + 1; System.out.println(y); How does ~x works?
|
 |
Barry Gaunt
Ranch Hand
Joined: Aug 03, 2002
Posts: 7729
|
|
|
Moving to Java In General (Beginner)...
|
Ask a Meaningful Question and HowToAskQuestionsOnJavaRanch
Getting someone to think and try something out is much more useful than just telling them the answer.
|
 |
 |
|
|
subject: Unary opearator...
|
|
|