FactSet interview question

Swap two numbers without using third variable.?

Interview Answer

Anonymous

17 Mar 2018

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