Why ctype h is used in c++?
No Answer is Posted For this Question
Be the First to Post Answer
How are the features of c++ different from c?
When to use Multiple Inheritance?
What is pointer to array in c++?
What are the different types of polymorphism in c++?
what is the use of Namespace in c++.
Program to check whether a word is a sub-string or not of a string typed
what is a class? Explain with an example.
Explain what are the sizes and ranges of the basic c++ data types?
Why is main an int?
Difference between static global and global?
16 Answers Microsoft, Symphony, Wipro,
What is the difference between Class and Structure?
40 Answers HP, IBM, Samsung, TCS,
. 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?