WisdmLabs Interview Question

swap two no,s without using third variable

Interview Answer

Anonymous

Feb 17, 2018

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

3