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
Can a function take variable length arguments, if yes, how?
If I is an integer variable, which is faster ++i or i++?
Explain selection sorting. Also write an example.
How does a C++ structure differ from a C++ class?
How does list r; differs from list r();?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
Which is the best c++ compiler?
List different attributes in C++?
How do you establish a has-a relationship?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
Is empty stack c++?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
When is the destructor called?
How do you compile the source code with your compiler?