Question: Create a function that takes in an integer array called input and size. The function should return a pointer to a dynamically created array the
Create a function that takes in an integer array called input and size. The function should return a pointer to a dynamically created array the has two locations. The first is the minimum number in the input array and the second is the maximum number in input. Demonstrate your work by calling this function in main. The program should be c++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
