C program to print the length of a given array
kw.c
Output
kodingwindow@kw:~$ gcc kw.c
kodingwindow@kw:~$ ./a.out Length of an array is 5 kodingwindow@kw:~$
What Next?
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
Find the output of C programs
Advertisement