Question: solve it as soon as possible 8- The following function finds the minimum value in a 4x4 array, pick the correct statement for missing part:
8- The following function finds the minimum value in a 4x4 array, pick the correct statement for missing part: void find Min(const int arr0[4], int row, int col) { intric for(r=0;r { for(c=0;c { if(arr[r][c) min-arr[r][C]: } 3 printf("The minimum element is %d ".min); a) None b) int min=0; c) int min=-1; d) int min=arr[0][0]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
