Computer Science, asked by sumana2001, 1 year ago

how to interchange two values in c++

Answers

Answered by zoref
2
a=a+b
b=a-b
a=a-b

Hope it helps
Similar questions