Atos interview question

Write an algorithm to swap two numbers without using temp variable.

Interview Answer

Anonymous

21 May 2016

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

1