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
os is developed in c no java is more secured then c na why dont the os developed is developed using java
Why doesn't the java library use a randomized version of quicksort?
Give me example of derived data types.
What is the main use of generics in java?
what happens when a thread cannot acquire a lock on an object? : Java thread
Which are different kinds of source code?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
What is assembly used for?
Can we change the value of static variable?
What is hashmap and map?
Is 0 true or false in java?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What is hashing principle in java?
what is meant wrapper classes?
What is difference between == and === in js?