C program to print the given array
kw.c
Output
kodingwindow@kw:~$ gcc kw.c
kodingwindow@kw:~$ ./a.out 1 2 3 4 5 kodingwindow@kw:~$
What Next?
C program to print the length of a given array
C program to print the sum of all numbers in a given array
C program to find the min and max number from a given array
Advertisement