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 the use of the this pointer?

Answers were Sorted based on User's Feedback



What is the use of the this pointer?..

Answer / nashiinformaticssolutions

• It points to the calling object and is used to resolve scope issues, especially with member functions

Is This Answer Correct ?    0 Yes 0 No

What is the use of the this pointer?..

Answer / glibwaresoftsolutions

• It points to the calling object and is used to resolve scope issues, especially with member functions.

Is This Answer Correct ?    0 Yes 0 No

What is the use of the this pointer?..

Answer / hr@tgksolutions.com

• It points to the calling object and is used to resolve scope issues, especially with member functions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is the benefit of c++?

0 Answers  


What is the type of this pointer in c++?

0 Answers  


class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,


what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?

0 Answers  


Why do we use double in c++?

0 Answers  


Explain selection sorting. Also write an example.

0 Answers  


What is virtual methods?

0 Answers  


How do I open binary files?

1 Answers  


What is math h in c++?

0 Answers  


Can I learn c++ in a week?

0 Answers  


What are raw sockets, where they are efficient?

2 Answers   Symphony,


What is an action class?

1 Answers  


Categories