anonymous
2006-11-01 21:47:20 UTC
Write a program that gets 2 integers from the user, swaps their values and displays the
swaped values. You cannot use a third variable/integer.
Forexample: If the user enters values of two integers say a and b as 3 and 5 respectively, then after completion of the program, values of a and b must be 5 and 3 respectively.