Answer Posted / kiran
yes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Difference between declaration and definition of a variable.
What is istream c++?
Why do we use setw in c++?
What are the important differences between c++ and java?
What is protected inheritance?
Difference between Abstraction and encapsulation in C++?
What is double in c++?
What are pointers used for c++?
What is linked list in c++?
How a modifier is similar to mutator?
. 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?
Will this c++ program execute or not?
What is difference between class and function?
What are shallow and deep copy?
What is a friend function in c++?