how to swap to variables without using thrid variable in java?
Answer Posted / sibaram
int a=5;
int b=6;
b=a*b/(a=b);
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why oops is important?
What is coupling in oop?
What does oop mean in snapchat?
How to hide the base class functionality in Inheritance?
Which is better struts or spring?
why reinterpret cast is considered dangerous?
what is graphics
Can bst contain duplicates?
What is destructor give example?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What exactly is polymorphism?
what is different between oops and c++
What do you mean by overloading?
What are the important components of cohesion?
What is destructor oops?