Question: Write C++ function(s) MaxList() to return maximum item of the array. 1. The array can be of any data type (int, float, double, char*, char).
Write C++ function(s) "MaxList()" to return maximum item of the array. 1. The array can be of any data type (int, float, double, char*, char). 2. The function "MaxList (*array, int size)" should input an array and size of array. 3. The function returns the Maximum item of the array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
