WebzLabz Interview Question

a =25 b = 20 swap without 3rd variable

Interview Answer

Anonymous

Sep 25, 2017

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