. 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?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Why is main function important?

0 Answers  


When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?

0 Answers  


What is the Difference between "printf" and "sprintf"?

7 Answers   iSoft, PentaWare, TCS,


What is :: operator in c++?

0 Answers  


Write about the stack unwinding?

0 Answers  


What are all predefined data types in c++?

0 Answers  


How does com provide language transparency?

0 Answers  


How can you quickly find the number of elements stored in a dynamic array?

0 Answers  


How do you establish a has-a relationship?

0 Answers  


What happens if an exception is throws from an object's constructor and from object's destructor?

3 Answers   TCS,


How to construct virtual constructor

6 Answers   CIStems Software, Symphony,


what is the use of void main() in C++ language?

0 Answers  


Categories