Question: Solve this question by using c language. Program the following. Array of pointers - Create an array which can store pointers to an int data
Solve this question by using c language. Program the following. Array of pointers - Create an array which can store pointers to an int data type. Create a simple int type array so the pointer array can point to addresses of the elements of int array. Fill the pointer array by refereing the addresses of elements of int array and display the elements using loop.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
