What is this pointer in c++?



What is this pointer in c++?..

Answer / hrpynux@gmail.com

Every object in C++ has access to its own address through an important pointer called this pointer. The this pointer is an implicit parameter to all member functions. Therefore, inside a member function, this may be used to refer to the invoking object. ... Only member functions have a this pointer.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What are virtual functions in c++?

0 Answers  


Differentiate between a constructor and a destructor in c++.

0 Answers  


What are different types of loops in c++?

0 Answers  


How did c++ start?

0 Answers  


What is DlgProc?

0 Answers   C DAC,


Is c++ a software?

0 Answers  


Which programming language's unsatisfactory performance led to the discovery of c++?

0 Answers  


Can we declare destructor as static? Explain?

3 Answers  


Differentiate between an inspector and a mutator ?

0 Answers  


What is the size of pointer ? Also size of pointer in 64 bit pointer

4 Answers  


How can you quickly find the number of elements stored in a static array?

0 Answers  


Is sorted c++?

0 Answers  


Categories