What is a memory leak in C++?
No Answer is Posted For this Question
Be the First to Post Answer
What are issues if we mix new and free in C++?
How many times will this loop execute? Explain your answer.
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?
How can you force the compiler to not generate them?
Can we use THIS Pointer in static function – Reason in C++?
What are the advantages/disadvantages of using #define?
When must you use a constructor initializer list?
Explain why C++ is not purely Object Oriented Language
What are the costs and benefits of using exceptions?
What is the difference between member functions and static member functions?
What are the advantages/disadvantages of using inline and const?
What is the difference between virtual functions and pure virtual functions?