khumbu interview question

swapping of two numbers without using a temporary variable.

Interview Answer

Anonymous

14 Sept 2019

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

3