How to detect memory leaks in c++
Why do we need pointers?
What is heap sort in c++?
Is there something that we can do in C and not in C++?
Describe the advantages of operator overloading?
Write a program which uses functions like strcmp(), strcpy()? etc
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
Who calls main function?
Describe the process of creation and destruction of a derived class object?
What is public, protected, private in c++?
What are the advantages of using const reference arguments in a function?
Compare compile time polymorphism and Runtime polymorphism
Write a program using display() function which takes two arguments.