+ 1
Sum of every element of array.
2 Answers
+ 1
You have to learn basic of array and working of loop iterate your loop till length of array times and take one extra variable which has initial value zero then initial value += zeroth index
Do same for all the array elements
0
Sum of the elements using array using c program
https://code.sololearn.com/ck448UKyDVIE/?ref=app