Write a C Program to pass array to function to calculate sum. Here’s a Simple Program which take input values into an array and pass array to function to calculate sum of squares of elements of an array in C Programming Language.
Following C Program ask to the user to enter values that are going to be stored in array. Here we make an intialize an array of 6 elements to be stored in it i.e arr[6].
In this program , we use for loop to input values in the program to store to an array and a func( ) function for calculating sum of squares of elements of an array.
Below is the source code for C Program to pass array to function which is successfully compiled and run on Windows System to produce desired output as shown below :
SOURCE CODE : :
OUTPUT : :
Above is the source code for C Program to pass array to function which is successfully compiled and run on Windows System.The Output of the program is shown above .
need an explanation for this answer? contact us directly to get an explanation for this answer