What are the popular tools used to detect memory leaks in
c++

Answers were Sorted based on User's Feedback



What are the popular tools used to detect memory leaks in c++..

Answer / sk

GDI+ , Rational Purify, Memory Validator

Is This Answer Correct ?    6 Yes 0 No

What are the popular tools used to detect memory leaks in c++..

Answer / gb

valgrind

Is This Answer Correct ?    5 Yes 0 No

What are the popular tools used to detect memory leaks in c++..

Answer / dharma

tilde (~) is used to detect a memory leak.

Is This Answer Correct ?    0 Yes 0 No

What are the popular tools used to detect memory leaks in c++..

Answer / sagar gupta

i don't no

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More C++ General Interview Questions

What is a constructor initializer list and when we use constructor initializer list?

3 Answers   Soft Info, TCS,


How would you obtain segment and offset addresses from a far address of a memory location?

0 Answers  


What do you know about friend class and friend function?

1 Answers  


Write a C++ Program to Generate Random Numbers between 0 and 100

1 Answers  


Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.

4 Answers   Microsoft,






structure contains int, char, float how it behaves for big endian and little endian?

1 Answers   BITS,


Name the operators that cannot be overloaded in C++?

0 Answers   Fidelity,


what are prototypes

4 Answers   Infosys, TCS,


If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?

0 Answers  


Explain how overloading takes place in c++?

0 Answers  


Explain dangling pointer.

0 Answers  


Difference between delete and free.

0 Answers  


Categories