Question: // C programming, PLEASE COMPILE a code to match with the EXPECTED VALUE // MY OUTPUT IS WRONG void minmax(int a[], int len, int *minpos,
// C programming, PLEASE COMPILE a code to match with the EXPECTED VALUE
// MY OUTPUT IS WRONG
void minmax(int a[], int len, int *minpos, int *maxpos) { *minpos=*maxpos=a[0];
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
