What is the use of 'this' pointer?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

How do I download c++?

0 Answers  


What is exception handling? Does c++ support exception handling?

0 Answers  


What is the use of endl in c++ give an example?

0 Answers  


What size is allocated to the union variable?

0 Answers  


What is the use of namespace std in C++?

0 Answers   Hexaware,


What are shallow and deep copy?

0 Answers  


what is multi-threading in C++?

0 Answers  


Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.

7 Answers   LG, Samsung,


what do you mean by memory management operators

4 Answers   HCL,


What is c++ try block?

0 Answers  


What are friend classes? What are advantages of using friend classes?

0 Answers  


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

0 Answers  


Categories