C++

The array name is the position in memory of the first element. The number of elements is passed to enable the function to establish the array size. An array declared as double TempReadings[10]; would require a function call, FunctionName(TempReadings, 10); Passing Arrays to functions. Write a program to pass an array to a function ................
................