What are the popular tools used to detect memory leaks in
c++
Answer Posted / sagar gupta
i don't no
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is c++ 11 and c++ 14?
What is the benefit of learning c++?
Do the parentheses after the type name make a difference with new?
What are c++ tokens?
What is the difference between #define debug 0 and #undef debug?
How many types of comments are there in c++?
Explain the auto storage classes in c++.
How do you generate a random number in c++?
Explain what data encapsulation is in c++?
How can you differentiate between inheritance and implementation in c++?
How do I run a program in notepad ++?
What will happen if a pointer is deleted twice?
What is the prototype of printf function?
What are default parameters? How are they evaluated in c++ function?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends