What are the popular tools used to detect memory leaks in
c++
Answer Posted / dharma
tilde (~) is used to detect a memory leak.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Where Malloc(), Calloc(), and realloc() does get memory?
What does extern mean in a function declaration in c++?
What is a rooted hierarchy?
What are c++ manipulators?
Why do we use iterators?
Explain bubble sorting.
What is boyce codd normal form in c++?
What is c++ map?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
How is computer programming useful in real life?
Write about the role of c++ in the tradeoff of safety vs. Usability?
Which is the best c++ compiler?
Explain the uses of static class data?
Explain the use of vtable.
What is the main purpose of overloading operators?