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

which of the following is not an secondary constant a) array b) real c) union

0 Answers  


Differentiate between an array and a list?

0 Answers  


Do you know what is overriding?

0 Answers  


Explain Text Manipulation Routines?

0 Answers  


What is == in programming?

0 Answers  


How do you know that your class needs a virtual destructor?

5 Answers   Lucent,


Explain virtual class and friend class.

0 Answers  


Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.

4 Answers   Quark,


What are the new features that iso/ansi c++ has added to original c++ specifications?

0 Answers  


What problems might the following macro bring to the application?

0 Answers  


Why is main function important?

0 Answers  


Is there structure in c++?

0 Answers  


Categories