Question

Given that k is an integer array starting at location 2000, kPtr is a pointer to k, and each integer is stored in 4 bytes of memory, what location does kPtr + 3 point to?
(a) 2003
(b) 2006
(c) 2012
(d) 2024

Answer

This answer is hidden. It contains 3 characters.