What is a memory leak in C++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

What are issues if we mix new and free in C++?

0 Answers  


How many times will this loop execute? Explain your answer.

0 Answers  


There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?

0 Answers   Alter,


How can you force the compiler to not generate them?

0 Answers   Amazon,


Can we use THIS Pointer in static function – Reason in C++?

0 Answers  






What are the advantages/disadvantages of using #define?

0 Answers   Amazon,


When must you use a constructor initializer list?

0 Answers   Amazon,


Explain why C++ is not purely Object Oriented Language

0 Answers   Aspire,


What are the costs and benefits of using exceptions?

0 Answers   Amazon,


What is the difference between member functions and static member functions?

0 Answers   Alter,


What are the advantages/disadvantages of using inline and const?

0 Answers   Amazon,


What is the difference between virtual functions and pure virtual functions?

1 Answers  


Categories