What is the size of an object pointer?
(a) Equal to size of any usual pointer
(b) Equal to size of sum of all the members of object
(c) Equal to size of maximum sized member of object
(d) Equal to size of void
I had been asked this question during an online interview.
My enquiry is from Pointer to Objects in portion Assigning Object, Pointer to Objects, Passing and Returning Object of Object Oriented Programming