. 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 is an iterator?
why is c++ called oops? Explain
How many ways are there to initialize an int with a constant?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
What is an iterator class in c++?
How would you obtain segment and offset addresses from a far address of a memory location?
What is the difference between a declaration and a definition?
What is static in c++?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Can we use resume in error handling i.e. in the catch block
What do the header files usually contains?
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];