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 you test your code?

4 Answers   Microsoft,


Compare compile time polymorphism and Runtime polymorphism

1 Answers  


given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().

2 Answers  


Write a program which uses functions like strcmp(), strcpy()? etc

0 Answers  


Which operations are permitted on pointers?

0 Answers  






Explain the ISA and HASA class relationships. How would you implement each in a class design?

3 Answers  


Why do we learn c++?

0 Answers  


How to change constant values?

6 Answers   Huawei, Symphony,


If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?

0 Answers  


How a modifier is similar to mutator?

0 Answers  


Do the parentheses after the type name make a difference with new?

0 Answers  


Explain about templates of C++.

0 Answers  


Categories