C PROGRAM TO FIND LARGEST / BIGGEST NUMBER IN ARRAY

Explanation :

The above program is to find the largest element in the given array of elements. Here we are using declaring the maximum size of array as 25 using #define directive .

Sample Output :

C Program Largest Element Array