West Los Angeles College Computer Science C Programming Questions
1.Writes a function that finds the average of an array, given a reference to the array and the number of elements it has.
2.Write a function that takes an array of integers and applies another function (f(x)= 3x+4) on each element and then stores the result in another array and finally return it once it is done.