What are the popular tools used to detect memory leaks in
c++
Answer Posted / gb
valgrind
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is class invariant in c++?
write a porgram in c++ that reads an integer and print the biggest digit in the number
What is a dangling pointer in c++?
Define pointers?
What are the steps in the development cycle?
Why use of template is better than a base class?
What is the difference between cin.read() and cin.getline()?
How many standards of c++ are there?
What is an object in c++?
What is iostream in c++ used for?
How can I learn c++ easily?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
which of the following is not an secondary constant a) array b) real c) union
How does c++ sort work?
What is difference between rand () and srand ()?