Kizspy | Question: 42 (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
Β. 1020
C. 1016
D. 1012