Arokia IT interview question

how do you swap two variables without using temporary variable

Interview Answers

Anonymous

18 Feb 2013

a = b - a + (b=a) ; OR a = a+b; b = a-b; a = a-b

1

Anonymous

15 Dec 2012

i was not able to answer