Computer Science, asked by Payal2802, 1 year ago

Write an algorithm to swap two numbers without using third variable

Answers

Answered by vaibhavpatelclass11
0

Answer:   a=a+b

                b=a-b

                a=a-b

Similar questions