C Program to Find the Largest Element in an Array

This program takes n number of elements from the user (where n is specified by the user) and stores data in an array. Then, this program displays the largest element of that array using loops.

Example: Display the Largest Element of an array