Epsilon Interview Question

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

Interview Answer

Anonymous

Sep 1, 2021

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

1