Is it possible for a member function to delete the pointer, named this?


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

Post New Answer

More C++ General Interview Questions

How can a struct in c++ differs from a struct in c?

0 Answers  


given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you

2 Answers  


What is difference between array and vector in c++?

0 Answers  


Can I have a reference as a data member of a class? If yes, then how do I initialise it?

0 Answers  


How did c++ get its name?

0 Answers  






What is a 'pure' virtual function and what's its use?

1 Answers  


write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

0 Answers  


What are guid? Why does com need guids?

0 Answers  


what is difference between internet and Internet?

12 Answers   College School Exams Tests, Microsoft, MIT, TCS,


Is turbo c++ free?

0 Answers  


List the issue that the auto_ptr object handles?

0 Answers  


What problem does the namespace feature solve?

1 Answers  


Categories