Solutions can be either coded in C, C++ or Java.
Write a program that swaps two integers.
Do not use "=" (equal sign) in entire program.
Note: Java Solutions are allowed to use the '=' twice at assignment i.e.
num1 = Integer.parseInt(args[0]) and
num2 = Integer.parseInt(args[1])
this question was poised to me and i am still trying to figure out the possible solution
plz guide and help me
thanks