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
Chemistry,
11 days ago
Economy,
11 days ago
Computer Science,
11 days ago
Math,
22 days ago
Math,
22 days ago
Computer Science,
8 months ago
Chemistry,
8 months ago
Math,
8 months ago