What are c++ storage classes?
Describe exception handling concept with an example?
What are the different types of polymorphism in c++?
Const char *p , char const *p What is the difference between the above two?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
Which one is better- macro or function?
What are the various compound assignment operators in c++?
Explain what happens when a pointer is deleted twice?
What is linked list in c++?
What does the linker do?
Describe Trees using C++ with an example.
What is a rooted hierarchy?
Will a catch statement catch a derived exception if it is looking for the base class?
In a function declaration, what does extern mean?
Is c++ map a hash table?