What is #include iostream?
No Answer is Posted For this Question
Be the First to Post Answer
what is a class? Explain with an example.
what is the emaning of '#include" "'?
What is a manipulative person?
What are static type checking?
Can you sort a set c++?
Can I make ios apps with c++?
Describe protected access specifiers?
Why would you use pointers in c++?
How can you link a c++ program to c functions?
What is recursion?
What is the difference between "overloading" and "overridding"?
. 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?