When does a 'this' pointer get created?


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

Post New Answer

More C++ General Interview Questions

What is the v-ptr?

0 Answers  


What are pointers used for c++?

0 Answers  


Can I learn c++ in a week?

0 Answers  


explain the reference variable in c++?

0 Answers  


When volatile can be used?

3 Answers   Symphony,






What is the full name of logo?

0 Answers  


How do you flush std cout?

0 Answers  


What is the stack?

5 Answers   IBM, ICICI,


Write a function to find the nth item from the end of a linked list in a single pass.

0 Answers   Huawei,


Is c++ a float?

0 Answers  


Explain the extern storage classes in c++.

0 Answers  


In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.

5 Answers   GE,


Categories