Computer Science, asked by vijay12345arora, 11 months ago

program in c++ to interchange two number using third variable​

Answers

Answered by viajyparhar
1

int a,b,c:

c=a:

a=b:

b=c:

c is the third variable and : means semicolon


vijay12345arora: i want program in c++
vijay12345arora: as answer of this question
Similar questions