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
What polymorphism means?
What is overloading and its types?
#include
How do you achieve polymorphism?
What are benefits of oop?
Why is polymorphism used?
What is interface in oop?
What is abstraction in oop with example?
What is abstraction in oops with example?
What is methods in oop?
What are the 3 principles of oop?
What is encapsulation oop?
Which type does string inherit from?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What are the benefits of oop?