A
andrew.smith.cpp
Hello All 
what is the right way to swap two values without using Temp (Or
Third variable).
1.) to use "^" operator
2.) to use this
a=a+b;
b=a-b;
a=a-b;
Which is the right Way ?????
what is the right way to swap two values without using Temp (Or
Third variable).
1.) to use "^" operator
2.) to use this
a=a+b;
b=a-b;
a=a-b;
Which is the right Way ?????