ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the size of an object pointer?
Correct Answer: B — Equal to size of any usual pointer
The size of object pointer is same as that of any usual pointer. This is because only the address have to be stored. There are no values to be stored in the pointer.