What is dangling pointers?and what is memory leak?
Answer Posted / shamoona
Dangling Pointer
dangling pointer point to unknown destination
for example
int*ptr;
{
int a=5;
ptr=
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Explain some examples of operator overloading?
What are smart pointers?
What is c++ & why it is used?
How are Structure passing and returning implemented by the compiler?
How do I exit turbo c++?
What is setfill c++?
What is the best c++ ide?
What are static type checking?
Can I learn c++ without c?
What are the new features that iso/ansi c++ has added to original c++ specifications?
Carry out conversion of one object of user-defined type to another?
What is the prototype of printf function?
What are disadvantages of pointers?
Explain overriding.
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.