Question: 5. Suppose that the following declarations are in effect. Note: it is possible to answer all of these exactly. int a[] = {5, 15, 34,

5. Suppose that the following declarations are in effect. Note: it is possible to answer all of these exactly. int a[] = {5, 15, 34, 54, 14, 2, 52, 72); int *p = &a [1], *q=&a [5]; (a) What is the value of (p+3)? (b) What is the value of (q-3)? (c) What is the value of q -p? (d) Is the condition p
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
