What is the size of an object pointer?

What is the size of an object pointer? Correct Answer 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.
Bissoy MCQ

Related Questions

The correct statement for a function that takes pointer to a float, a pointer to a pointer to a char and returns a pointer to a pointer to a integer is ____________
The correct statement for a function that takes pointer to a float, a pointer to a pointer to a char and returns a pointer to a pointer to a integer is
Given pointer to a node X in a singly linked list. Only one pointer is given, pointer to head node is not given, can we delete the node X from given linked list?
If a pointer to an object is created and the object gets deleted without using the pointer then __________
What is the syntax for constant pointer to address (i.e., fixed pointer address)?