Wednesday, 8 August 2012

What is the implicit pointer that is passed as the first argument for nonstatic member functions? | C++

A. ‘self’ pointer
B. std::auto_ptr pointer
C. ‘Myself’ pointer
D. ‘this’ pointer

Ans: D

No comments: