Answer Posted / p.a.v.k.prasad
Swapping the two nubers without using third variable.
int a,b;
b=a+b;
b=a-b;
a=a-b;
try it.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What are tags in java?
I am trying to create a new universal user group. Why can't i? : java security
What is the content reside in Use case Document?
Can we install jre without jdk?
Which type of stream is in java?
What is map and flatmap?
Can a method be static and synchronized?
What is dialect in java?
What is jdk for netbeans ide?
What is the use of servlet in java?
How do I install jdk?
Explain different way of using thread?
What do I need to install netbeans?
What are the advantages of java sockets?
Are there tuples in java?