The address of the object _________________
(a) Can’t be accessed from inside the function
(b) Can’t be accessed in the program
(c) Is available inside the member function using this pointer
(d) Can be accessed using the object name inside the member function
This question was posed to me during an internship interview.
Asked question is from This Pointer in section Assigning Object, Pointer to Objects, Passing and Returning Object of Object Oriented Programming