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

sir i want to study the c++ course but ino what is the qualification and the study methode please reply more details in c++

1 Answers   NIIT,


If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?

2 Answers  


What is wrapper class in c++?

0 Answers  


Write a C/C++ program to show the result of a stored procedure "PROC_RESET_MAIL" on database "USER_NOTIFY".

2 Answers   ABC, Accenture, DataLand, HCL, Webyog,


Differentiate between structure and class in c++.

0 Answers  






How can you say that a template is better than a base class?

0 Answers  


What is a buffer c++?

0 Answers  


Can circle be called an ellipse?

0 Answers  


What is the most powerful coding language?

0 Answers  


What are mutator methods in c++?

0 Answers  


Explain the isa and hasa class relationships.

0 Answers  


How the virtual functions maintain the call up?

0 Answers  


Categories