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
Does a derived class inherit or doesn't inherit?
write a function signature with various number of parameters.
Why c++ is not a pure oop language?
Explain the volatile and mutable keywords.
Is there a sort function in c++?
What is singleton pattern in c++?
Is dev c++ a good compiler?
What is flush programming?
What's the order in which the objects in an array are destructed?
What is std namespace in c++?
What is the difference between equal to (==) and assignment operator (=)?
What is difference between class and structure in c++?
Show the declaration for a pointer to function returning long and taking an integer parameter.
What is lambda expression c++?
What is increment operator in c++?