C Language Programming Examples
Passing array to function
Program - 1
C program to create a function in which user pass the array with size n and function return the average
Program - 3