What is dangling pointers?and what is memory leak?

Answer Posted / kusuma

points to memory allocation.

Is This Answer Correct ?    8 Yes 31 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe new operator and delete operator?

861


What is null pointer and void pointer?

858


What is the extraction operator and what does it do?

854


What is the return value of the insertion operator?

887


Can turbo c++ run c program?

859


State the difference between pre and post increment/decrement operations.

861


Is c++ primer good for beginners?

825


Explain the pure virtual functions?

874


What is c++ namespace?

988


What are the two main components of c++?

857


What are the characteristics of friend functions?

788


On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?

911


Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list

834


Does there exist any other function which can be used to convert an integer or a float to a string?

868


What is function overloading in C++?

1137