Question

Q1: For a non-constant member function of class Test, the this pointer has type:
a. const Test *
b. Test * const
c. Test const *
d. const Test * const

Answer

This answer is hidden. It contains 12 characters.