Math, asked by mansi4212, 6 months ago

amount = P + int where p stand for

Answers

Answered by MizRose
2

Answer:

p is pointer to int at 60 bytes from the beginning of the address space. q is a pointer to int at 40 bytes from the beginning of the address space. Their difference is 20 bytes or 20/sizeof(int) = 5 int elements.

please mark as the brainliest

Similar questions