Question: C++ create an array of 10 integers then use pointers to do the following: a) Use the travelling pointer technique (version 1), to initialize the
C++ create an array of 10 integers then use pointers to do the following: a) Use the travelling pointer technique (version 1), to initialize the array. You can use random numbers or fill it using the loop index. b) Use pointer-index notation technique to print out the array. c) Use pointer-offset notation to find the maximum value of the array d) Print the address of each cell.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
