Write code to swap two numbers using only two variables.

AnswerBot
1y
Swap two numbers using only 2 variables
Use XOR operation to swap two numbers without using a third variable
Example: a = 5, b = 10; a = a ^ b; b = a ^ b; a = a ^ b; // a = 10, b = 5
Anonymous
author
1y
a=a+b
b=a-b
a=a-b
Help your peers!
Add answer anonymously...
Goldman Sachs Summer Intern Analyst interview questions & answers
A Summer Intern Analyst was asked 7mo agoQ. Leetcode design system with EC2 instance Fleet
A Summer Intern Analyst was asked 7mo agoQ. Explain recursion.
A Summer Intern Analyst was asked Q. Write code to swap two numbers using only two variables.
Popular interview questions of Summer Intern Analyst
A Summer Intern Analyst was asked 7mo agoQ1. Explain recursion.
A Summer Intern Analyst was asked 7mo agoQ2. Leetcode design system with EC2 instance Fleet
A Summer Intern Analyst was asked Q3. Write code to swap two numbers using only two variables.
>
Goldman Sachs Summer Intern Analyst Interview Questions
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

