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++?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Why should you learn c++?

1063


What does n mean in c++?

1237


What is a pointer with example?

1335


Write a program to find the reverse Fibonacci series starting from N.

1351


What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack

1127


what are the decision making statements in C++? Explain if statement with an example?

1146


What are pointer-to-members in C++? Give their syntax.

1184


What is std namespace in c++?

1230


How should a contructor handle a failure?

1237


How does atoi function work?

1178


Does c++ have arraylist?

1081


What is ctime c++?

1172


What is a static element?

1131


What are the 2 main types of data structures?

1169


What is a stack? How it can be implemented?

1229