Question: e) Define a function Minimum that takes an array Al ] and its size N as inputs and determine and return the lowest value
![e) Define a function Minimum that takes an array Al ] and](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2021/10/61686453e8867_img.png)
e) Define a function Minimum that takes an array Al ] and its size N as inputs and determine and return the lowest value of all the array elements [Set lowest to first data in the array, and use a loop to check if lowest < A[i] for all i from i =1 to n-1, and then return lowest.
Step by Step Solution
3.40 Rating (153 Votes )
There are 3 Steps involved in it
C Function int Minimumint arrint n intit... View full answer
Get step-by-step solutions from verified subject matter experts
