C program to print the sum of all numbers in a given array
kw.c
Output
kodingwindow@kw:~$ gcc kw.c
kodingwindow@kw:~$ ./a.out The addition of a given array is 261 kodingwindow@kw:~$
What Next?
C program to find the min and max number from a given array
Find the output of C programs
C Functions
Advertisement