Describe new operator?
No Answer is Posted For this Question
Be the First to Post Answer
. 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?
what is multi-threading in C++?
Do we have to use initialization list in spite of the assignment in constructors?
What is the role of C++ shorthand's?
Is overriding possible in c++?
What is Namespace?
why is iostream::eof inside a loop condition considered wrong?
What does floor mean in c++?
What is size of empty class object
What are the manipulators in c++?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
What is the difference between *p++ and (*p)++ ?