Odessa Interview Question

how to swap two numbers without using a third variable or using swapping?

Interview Answers

Anonymous

Aug 13, 2015

I dunno

2

Anonymous

Jul 24, 2017

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