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 types of index data structures can you have in java?
What is garbage collection? Can it be forced to run?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
Is null a string in java?
How to run a JAR file through command prompt?
What is arrays sort in java?
What is a subsequence of a string?
What are the methods available in a class?
What is the file extension for java?
What are multiple inheritances?
What if constructor is protected in java?
What is the default size of load factor in hashing based collection?
What is derived datatype?
Explain how hashmap works?
Is object a data type in java?