C Program to Calculate Average Using Arrays

This program takes n number of elements from the user (where n is specified by the user), stores data in an array, and calculates the average of those numbers.

Source Code to Calculate Average Using Arrays