Write a program to swap two numbers without using a third variable.

AnswerBot
3mo
Swap two numbers without using a third variable in Java
Use XOR operation to swap two numbers without using a third variable
Example: int a = 5, b = 10; a = a ^ b; b = a ^ b; a = a ^ b; // Now a=10, b=5
Help your peers!
Add answer anonymously...
Wipro Java Developer interview questions & answers
A Java Developer was asked 3mo agoQ. Write a program to swap two numbers without using a third variable.
A Java Developer was asked 9mo agoQ. What is a platform-independent language?
A Java Developer was asked 9mo agoQ. What is Java, and why is it important?
Popular interview questions of Java Developer
A Java Developer was asked 3mo agoQ1. Write a program to swap two numbers without using a third variable.
A Java Developer was asked 9mo agoQ2. What is Java, and why is it important?
A Java Developer was asked 9mo agoQ3. What is a platform-independent language?
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

