What is the use of string in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Can circle be called an ellipse?
Write a C++ Program to check whether a number is prime number or not?
How do you remove an element from a set in c++?
What is main function in c++ with example?
Write bites in Turbo c++ Header ("Include") Files.
Explain what is polymorphism in c++?
What is the hardest coding language to learn?
What is setbase c++?
Explain this pointer?
What are the advantages of using pointers in a program?
What is iostream in c++ used for?
. 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?