. 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

What is data type in c++?

0 Answers  


What is a protocol class?

1 Answers  


To what does “event-driven” refer?

0 Answers  


Explain the differences between private, public and protected and give examples.

0 Answers  


What is tellg () in c++?

0 Answers  


What is static in c++?

0 Answers  


Describe about storage allocation and scope of global, extern, static, local and register variables?

0 Answers  


an operation between an integer and real always yeilds a) integer result b) real result c) float result

0 Answers  


If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?

0 Answers  


Should the member functions which are made public in the base class be hidden?

0 Answers  


Explain the difference between overloading and overriding?

0 Answers  


Can union be self referenced?

0 Answers  


Categories