Write a function template that accepts three parameters and displays them in reverse order. Write a function template that accepts three parameters and displays them in reverse order.
Answers
Answered by
2
Explanation:
void template(int x, int y, int z)
{
cout<<z<<y<<x;
}
Similar questions
Math,
2 months ago
Math,
2 months ago
Computer Science,
10 months ago
Chemistry,
10 months ago
Math,
10 months ago