Create a function called swap ( ) that inter
changes the values of two arguments sent to
it. Make the function a template function so
that it can be used with any numerical data type.
Answers
Answered by
0
Answer:
the swap program logic is
a=b;
b=c;
c=a;
Similar questions
Social Sciences,
5 months ago
Science,
5 months ago
Biology,
10 months ago
Math,
10 months ago
Economy,
1 year ago