What are the advantages of pointers?
Name the debugging methods that are used to solve problems?
give me an example for testing a program showing the test path .show how the test is important and complex.
make a middle node of doubly linklist to the top of the list
Explain what are mutator methods in c++?
Can we make copy constructor private in c++?
Explain the difference between realloc() and free() in c++?
Explain calling an object's member function(declared virtual)from its constructor?
Explain linear search.
What is ofstream c++?
Name four predefined macros.
Difference between class and structure.
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?