Question: 3. Dynamic Arrays There is a close association between pointers and arrays. Recall that an array variable is actually a pointer variable that points to
3. Dynamic Arrays There is a close association between pointers and arrays. Recall that an array variable is actually a pointer variable that points to the first indexed variable of the array. Array elements can be accessed using pointer notation as well as array notion. Consider the following program that uses an array with the help of a for loop to read in 8 integers from the keyboard and then display them in reverse order
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
