FactSet Interview Question

Swap two numbers without using third variable.?

Interview Answer

Anonymous

Mar 17, 2018

Int a,b; b=a+b; a=b-a; a=b-a;