. 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?
Why is main function important?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
What is the Difference between "printf" and "sprintf"?
7 Answers iSoft, PentaWare, TCS,
What is :: operator in c++?
Write about the stack unwinding?
What are all predefined data types in c++?
How does com provide language transparency?
How can you quickly find the number of elements stored in a dynamic array?
How do you establish a has-a relationship?
What happens if an exception is throws from an object's constructor and from object's destructor?
How to construct virtual constructor
6 Answers CIStems Software, Symphony,
what is the use of void main() in C++ language?