Fidelity Investments interview question

How will you swap two integers withuout using third variable?

Interview Answer

Anonymous

17 July 2024

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