WebzLabz interview question

a =25 b = 20 swap without 3rd variable

Interview Answer

Anonymous

25 Sept 2017

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