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
Difference between class and structure.
What can I safely assume about the initial values of variables which are not explicitly initialized?
Why is main function important?
What is #include iostream in c++?
What do the header files usually contains?
Write a program which uses functions like strcmp(), strcpy()? etc
What is the difference between a template and a macro?
What is stoi in c++?
Describe the process of creation and destruction of a derived class object?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
what are Operators and explain with an example?
Why is c++ a mid-level programming language?
What is c++ coding?
What is the difference between while and do while loop? Explain with examples.
Please explain class & object in c++?