how to interchange two values in c++
Answers
Answered by
2
a=a+b
b=a-b
a=a-b
Hope it helps
b=a-b
a=a-b
Hope it helps
Similar questions