Mega Code Archive
Categories
/
C Tutorial
/
Array
Addition of the elements of the list
#include
#include
void main() { int a[5],i = 5,sum=0; printf("Enter the elements of list \n"); int j; for(j=0;j