Question #7What is the size of p in this code?int *p;8 bytes16 bytes4 bytes
Question
Question #7What is the size of p in this code?int *p;8 bytes16 bytes4 bytes
🧐 Not the exact question you are looking for?Go ask a question
Solution
The size of the pointer 'p' in this code depends on the system architecture. If it's a 32-bit system, the size of the pointer is 4 bytes. If it's a 64-bit system, the size of the pointer is 8 bytes.
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.