employer cover photo
employer logo
employer logo

JLT Group

Acquired by Marsh

Is this your company?

JLT Group interview question

technical Interview--write algorithm of swapping two numbers without using the third variable?

Interview Answer

Anonymous

4 Nov 2017

a=10,b=5 a=a+b b=a-b a=a-b

3