Question: Suppose the following declarations are in effect: int a [] = {5, 15, 34, 54, 14, 2, 52, 72}; int *p = &a [1], *q
Suppose the following declarations are in effect: int a [] = {5, 15, 34, 54, 14, 2, 52, 72}; int *p = &a [1], *q = &a [5]; What is the value of * (p + 5)? a) 72 b) 5 c)20 d) 2 e) 52
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
