Question: Write a simple C++ function that will take any type of array as an argument, using templated functions. The function then creates a copy of

Write a simple C++ function that will take any type of array as an argument, using templated functions. The function then creates a copy of the array but with the simple change that the order of the elements is reversed. The function returns a pointer to the new array. Write this function as well as a templated function to display the array elements, and demonstrate both these functions in a short program.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!