When we use this pointer?

Submitted by: Administrator
'this pointer' is used as a pointer to the class object instance by the member function. The address of the class instance is passed as an implicit parameter to the member functions.
Submitted by: Administrator

Read Online C++ Pointers & Functions Job Interview Questions And Answers