What is a static member?
Why c++ is not a pure oop language?
What is c++ stringstream?
What is scope in c++ with example?
Is the declaration of a class its interface or its implementation?
What is the use of endl in c++ give an example?
Is c++ free?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
What is the use of class in c++?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
Difference between class and structure.
Write a program that read 2o numbers in and array and output the second largest number. Can anybody help??
What are vtable and vptr?