Write a programe that has two pre-defined arrays of type integers with rhe following values :
Array a = {1,2,3,4,5,6,7,8,9,10}
Array b= {1,2,3,4,5,6,7,8,9,10}
The program contain function as the following :
Adder function that adds thr contents of an array then it returns the result , the function header may look as the following : int arrayAdder (int a[ ] , int arraySize )
Comments
Leave a comment