Question: Design two functions to perform the following tasks: o One function must accept two parameters: a pointer variable to point to this dynamic array
Design two functions to perform the following tasks: o One function must accept two parameters: a pointer variable to point to this dynamic array with random values. an integer variable to show the size of the dynamic array to be created. The size of this dynamic array must be over 200. Another function is to return the average values in this dynamic array without the largest value in this dynamic array. o Test the use of these functions by writing a complete C++ program.
Step by Step Solution
There are 3 Steps involved in it
Heres a simple C program that includes two functions as per your requirements include include for dy... View full answer
Get step-by-step solutions from verified subject matter experts
