Question: write a program using the provided pointer to find out the greatest and the smallest for this array: int *ptr; int nums[75]; int great, small;
write a program using the provided pointer to find out the greatest and the smallest for this array:
int *ptr;
int nums[75];
int great, small;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
