STL (140)
OOPS (873)
C++ General (2409)
How do you achieve polymorphism?
What does h mean in maths?
What is a flag in c++?
What is placement new?
. 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?
Do vectors start at 0?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
Can you inherit a private class?
Write a program using display() function which takes two arguments.
What is abstract class in c++?
how to access grid view row?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
Can we run c program in turbo c++?
What is a static element?
What should main() return in c and c++?