Kizspy | Question: 43
(Choose 1 answer)
Assume we have the following code:
int i=4;
int *p = &i;
Suppose that an int occupies a memory block of 4 bytes, and the address of i is 1008. What is the result of the
following expression: p + 4?
A. 1024
B. 1020
FJOVERFLOW.COM
C. 1016
D. 1012