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 java ide should I use?
What are methods of a class?
Why local variables are stored in stack?
How many bits is a boolean?
Can you have two constructors in java?
What is anagram in java?
Can we create our own wrapper class in java?
List out five keywords related to exception handling ?
Is alive and join method in java?
Can we increase size of array?
Can arraylist contain null values?
What is included in core java?
Which data type is a class in java?
Is boolean a data type in java?
What about abstract classes in java?