To get latest updates

Bookmark This Site

Monday 24 October 2016

47.C Program to Find Largest Element of an Array

C Program to Find Largest Element of an Array

This program takes n number of element from user (where, n is specified by user) and stores data in an array. Then, this program displays the largest element of that array using loops.
To understand this example, you should have the knowledge of following C programming topics:
  • C Programming for Loop
  • C Programming Arrays

No comments:

Post a Comment