Question: Given the following: int a[5] = {2, 4, 7, 8, 10); int *p=&a[0]; What is the value of p[2]?
Given the following: int a[5] = {2, 4, 7, 8, 10); int *p=&a[0]; What is the value of p[2]?
Step by Step Solution
There are 3 Steps involved in it
The given image contains a code snippet written in C or a Clike language which initiali... View full answer
Get step-by-step solutions from verified subject matter experts
