Answer Posted / mamitha
Ans.11 b'coz based on operator precedence rule, -- ll works first and we get 10 for b (post decrement) and it ll add with 1 .
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is http client in java?
How do you use compareto method?
What is a nested list?
What is difference between fail-fast and fail-safe?
What are predefined functions?
What is string buffer?
when should you use stringbuilder class in a program?
Is array size fixed in java?
What differences exist between iterator and listiterator?
What is canonical name in java?
What is an example of a conditional statement?
Why string is immutable with example?
Why are functions called methods in java?
How do you achieve singleton?
Explain importance of throws keyword in java?