ClickSoftware interview question

swap two numbers without temp variable

Interview Answer

Anonymous

Sep 15, 2015

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

4