

MCQOPTIONS
Saved Bookmarks
1. |
What is the implicit pointer that is passed as the first argument for non-static member functions? |
A. | self pointer |
B. | std::auto_ptr pointer |
C. | Myself pointer |
D. | this pointer |
Answer» E. | |