Loading practice questions
What is the size of an object pointer?
Correct Answer: B — Equal to size of any usual pointer
Explanation:
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.