Atos interview question

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

Interview Answer

Anonymous

May 21, 2016

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

1