Explain dangling pointer.


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

Post New Answer

More C++ General Interview Questions

When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?

0 Answers  


What is the use of pointer in c++ with example?

0 Answers  


What is the cout in c++?

0 Answers  


Define a constructor?

0 Answers  


How do you allocate and deallocate memory in C++?

1 Answers  






What would happen on forgetting [], while deallocating an array through new?

0 Answers  


What is function overriding in c++?

0 Answers  


What is fflush c++?

0 Answers  


How do c++ struct differs from the c++ class?

0 Answers  


const char * char * const What is the differnce between the above two?

11 Answers   TCS,


What are special characters c++?

0 Answers  


What is the disadvantage of using a macro?

0 Answers  


Categories