Fidelity Investments Interview Question

How will you swap two integers withuout using third variable?

Interview Answer

Anonymous

Jul 17, 2024

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