Thursday, 20 December 2012

write a program to swap Two numbers without using temp variable.


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

No comments:

Post a Comment