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
Describe new operator and delete operator?
What is null pointer and void pointer?
What is the extraction operator and what does it do?
What is the return value of the insertion operator?
Can turbo c++ run c program?
State the difference between pre and post increment/decrement operations.
Is c++ primer good for beginners?
Explain the pure virtual functions?
What is c++ namespace?
What are the two main components of c++?
What are the characteristics of friend functions?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
Does there exist any other function which can be used to convert an integer or a float to a string?
What is function overloading in C++?