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
How did c++ start?
What do you mean by global variables?
What are static type checking?
Is it possible to use a new for the reallocation of pointers ?
What is a hash function c++?
What is the main purpose of c++?
What is a constructor in c++ with example?
What is an overflow error?
What is the use of main function in c++?
What are the restrictions apply to constructors and destructors?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
You run a shell on unix system. How would you tell which shell are you running?
What does it mean to declare a member variable as static?
What is meant by iomanip in c++?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?