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
How do you flush a buffer in c++?
What new()is different from malloc()?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
How are pointers type-cast?
Does a derived class inherit or doesn't inherit?
Should you pass exceptions by value or by reference?
What is the latest c++ version?
Write a program to concatenate two strings.
What are vtable and vptr?
How is modularity introduced in C++?
How a modifier is similar to mutator?
What does obj stand for?
What are the differences between malloc() and calloc()?
Why can’t you call invariants() as the first line of your constructor?
How do you traverse a btree in backward in-order?