Question: Write a function called printArray( ) that prints the array, with one column showing the array element number and another column showing the value of
Write a function called printArray( ) that prints the array, with one column showing the array element number and another column showing the value of each element. The prototype for this function will be void printArray(int nums[ ], int array_size);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
