Question: Write a C program which is a function printArrayReverse(int* arr, int size) that uses a pointer to print the corresponding index, address and value

Write a C program which is a function printArrayReverse(int* arr, int size) that uses a pointer to print the corresponding index, address and value of each element in the array in reverse order.(only using pointer not struct)
Step by Step Solution
3.49 Rating (156 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
