Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h

0 Answers  


What is problem with overriding functions?

0 Answers  


What is using namespace std in cpp?

0 Answers  


why and when we can declar member fuction as a private in the class?

0 Answers  


How do you print for example the integers 3,2,1,5,4 in a binary tree within the console in format where it looks like an actual binary tree?

0 Answers  


What is an associative container in c++?

0 Answers  


What is fixed in c++?

0 Answers  


What sorting algorithm does c++ use?

0 Answers  


Differentiate between declaration and definition in C++?

1 Answers  


What are the benefits of operator overloading?

0 Answers  


How compile and run c++ program in turbo c++?

0 Answers  


Can member functions be private?

0 Answers  


Categories