Question: Given: int array[5] = { 2, 4, 6, 8, 10 }; int *p = array; Which of the following will print the second element of
Given: int array[5] = { 2, 4, 6, 8, 10 }; int *p = array; Which of the following will print the second element of array? O cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
