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
Get step-by-step solutions from verified subject matter experts
