int a=1,b=10;
System.out.println(a+b--);
Answers were Sorted based on User's Feedback
Answer / nagesh
answer is 110 because a+b print a+ and then +b so ans is 110 if u are print 11 the use (a+b)+ so the addition is performed
| Is This Answer Correct ? | 2 Yes | 5 No |
What is regex in java?
Can we declare Pointer in Java?
Tell me about your ability to work under pressure
Explain about the dynamic behavior of core java?
What is a Presistent Object?
0 Answers InfoAxon Technologies,
can I implement my own start() method? : Java thread
methods in Applet?
Why do we need wrapper classes?
How would overload a function based on return type?
What are the application of stack?
What kind of variables can a class consist?
How are observer and observable used in java programming?