Category c language basics

C program for Calculation of Average of Numbers

 Calculation of Average of Numbers A program to calculate the average of a set of N numbers is given AVERAGE OF n VALUES Program                     #define       N   10               /* SYMBOLIC CONSTANT */                                                                     main()                                                         {                                                                 β€¦

Enable Notifications OK No thanks