Question: The function printarray() prints out the numbers in the array passed to it as a parameter. The function has two input arguments: the first argument

The function printarray() prints out the numbers in the array passed to it as a parameter. The function has two input arguments: the first argument is the array of type int called arr, that is to be printed out the second argument is the number of elements in the array, called N. The function does not return any value. Write the function prototype for printarray()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
