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

What is the difference between = and == in C?

16 Answers   Christ University, Intel,


What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;

4 Answers   Lehman Brothers,


Which is best ide for c++?

0 Answers  


Should I learn c or c++ first?

0 Answers  


What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?

0 Answers  






What does count ++ do in c++?

0 Answers  


Explain about vectors in c ++?

0 Answers  


Can a program run without main?

0 Answers  


What is the protected keyword used for?

0 Answers  


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

3 Answers  


What is c++ hash?

0 Answers  


What is prototype in c++ with example?

0 Answers  


Categories