Intel Corporation Interview Question

how to swap without temp vars (given a and b ints)

Interview Answer

Anonymous

Oct 23, 2019

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