1.

Swapping two variables using the push/pop technique avoids the use of an extra C variable​

Answer»

If a and B are TWO VARIABLES then
a=a+b
b=a-b
a=a-b

It will WORK



Discussion

No Comment Found