Answer Posted / amit
@Nagesh
if we have:(a+(b--));
answer:11
if : ((a+b)--);
answer: 11;
if :(a+b--);
answer:11;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is dynamic array in java?
What is method overloading in JAVA? Why is it not present in C ?
Is string a data type in java?
What is the purpose of checked and unchecked exceptions in JAVA?
Explain about class in java?
What is vector?
Why java doesn’t support multiple inheritances?
What data type is true or false?
What is the use of parseint in java?
What is double data type?
How do you sort in ascending order in java?
What is autoboxing in java?
How infinite loop is declared?
what is the difference between the methods sleep() and wait()? : Java thread
Can we pass null as argument in java?