. 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
What parameter does the constructor to an ofstream object take?
what are Access specifiers in C++ class? What are the types?
What is encapsulation in c++ with example?
What is basic if statement syntax?
What is endl?
What is the best c++ compiler for windows 10?
Is there a new/delete equivalent of realloc?
Describe the advantages of operator overloading?
What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;
What are the main features of c++?
Can you please explain the difference between using macro and inline functions?
Explain the use of vtable.