Swapping without third variable Swapping is interchanging the variable values. For eg: if a=4 and b=5 after swapping a=5 and b=4. This swapping is done by a temporary varia... Read More