Please answer the following exercise in C program only Modif
Please answer the following exercise in C program only.
Modify the findMax() function to locate the minimum value of the passed array. Write the function using only pointers and rename the function findMin().
Solution
//finding minimum element using pointers

