Write a program to swap two numbers without using third variable
Answers
Answered by
0
Answer:
We can swap two numbers without using third variable. There are two common ways to swap two numbers without using third variable:
By + and -
By * and /
Similar questions