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
what is oops and list its features in c++?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
Explain bubble sorting.
What is wrapper class in c++?
How can you tell what shell you are running on unix system?
Differentiate between an inspector and a mutator ?
What is setbase c++?
What do you understand by zombie objects in c++?
what you know about c++?
what is upcasting in C++?
Explain the volatile and mutable keywords.
What is the role of C++ shorthand's?
Can c++ do everything c can?
What does it mean to declare a member function as virtual?
what are the types of Member Functions?