khumbu Interview Question

swapping of two numbers without using a temporary variable.

Interview Answer

Anonymous

Sep 14, 2019

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

3