Explain 'this' pointer and what would happen if a pointer is deleted twice?


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

Post New Answer

More C++ General Interview Questions

Is string an object in c++?

0 Answers  


Write about the various sections of the executable image?

0 Answers  


Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?

0 Answers  


Ask to write virtual base class code?

0 Answers   Satyam,


What are the advantages of inheritance in c++?

0 Answers  






How does a copy constructor differs from an overloaded assignment operator?

0 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create

0 Answers  


Show the application of a dynamic array with the help of an example.

0 Answers  


What is the difference between an external iterator and an internal iterator?

0 Answers  


What is the difference between C and CPP?

0 Answers   iNautix,


Can you overload the operator+ for short integers?

0 Answers  


What is conversion constructor?

2 Answers   TCS,


Categories