AMD Interview Question

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

Interview Answers

Anonymous

Apr 26, 2012

told

Anonymous

Jun 20, 2017

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