MCQOPTIONS
Saved Bookmarks
| 1. |
What is the implicit pointer that is passed as the first argument for nonstatic member functions? |
| A. | a. 'self' pointer |
| B. | b. std::auto_ptr pointer |
| C. | c. 'Myself' pointer |
| D. | d. 'this' pointer |
| Answer» E. | |