WisdmLabs interview question

swap two no,s without using third variable

Interview Answer

Anonymous

17 Feb 2018

let 2 nos be x and y x=x+y y=x-y x=x-y

3