AMD interview question

Write a C program to swap two nos without using third variable

Interview Answers

Anonymous

26 Apr 2012

told

Anonymous

20 June 2017

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