To get latest updates

Bookmark This Site

Monday 24 October 2016

46.C Program to Calculate Average Using Arrays

C Program to Calculate Average Using Arrays

This program takes n number of element from user(where, n is specified by user), stores data in an array and calculates the average of those numbers.
To understand this example, you should have the knowledge of following C programming topics:
  • C programming while and do...while Loop
  • C Programming for Loop
  • C Programming Arrays

No comments:

Post a Comment