Answer Posted / shahsidhar
11
because b-- having post decrement operator that means
decrement operation will be done in the next statement i.e
after a+b-- statement execution.
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
What is the difference between == and === javascript?
What is data movement?
Why is a string immutable?
What is the difference between superclass and subclass?
What are the default and parameterized constructors?
What checkbox method allows you to tell if a checkbox is checked?
Why string is immutable or final in java
What is the independent variable in an experiment?
What is java util list?
What is flag in java?
Which is the best approach for creating thread ?
How use .contains in java?
What is the use of a conditional inclusion statement in Java ?
What is the difference between a break statement and a continue statement?
What is finalize() function in java?