ClickSoftware interview question

swap two numbers without temp variable

Interview Answer

Anonymous

15 Sept 2015

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

4