Function alg_arr_largest_num2
Defined in File algorithm.h
Function Documentation
-
int alg_arr_largest_num2(const int *array, size_t n_elts)
Find the largest # in an array of integers.
- Parameters:
array – The array to search
n_elts – # elements in array
- Returns:
The largest #, or 0 if an ERROR occurred