Question: Program in C. int max(int *, int): This function takes an integer pointer and the input size and returns the maximum number in the array.
Program in C.
int max(int *, int): This function takes an integer pointer and the input size and returns the maximum number in the array.
int min(int *, int): This function takes an integer pointer and the input size and returns the minimum number in the array.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
