Epsilon interview question

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

Interview Answer

Anonymous

1 Sept 2021

a = a+b b = a-b a = a-b

1