Pass arrays to a function in C, Output. Result = 162.50. To pass an entire array to a function, only the name of the array is passed as an argument. result = calculateSum (num); However, notice … Pointer to function returning matrix of struct in C Question: I attempted to call the...