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 the type of 'this' pointer?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
What is boyce codd normal form in c++?
Why ctype h is used in c++?
Explain linear search.
Explain how to initialize a const data member.
What is lvalue?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
What are pointers used for c++?
Explain friend class?
Which ide is best for c++?
What is cin clear () in c++?
When you overload member functions, in what ways must they differ?
Why c++ is not a pure oop language?
What are the implicit member functions of class?