Describe new operator?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

. 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?

0 Answers  


what is multi-threading in C++?

0 Answers  


Do we have to use initialization list in spite of the assignment in constructors?

0 Answers  


What is the role of C++ shorthand's?

0 Answers   TCS,


Is overriding possible in c++?

0 Answers  






What is Namespace?

5 Answers   HCL, Samsung,


why is iostream::eof inside a loop condition considered wrong?

0 Answers  


What does floor mean in c++?

0 Answers  


What is size of empty class object

5 Answers   CA,


What are the manipulators in c++?

0 Answers  


How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?

0 Answers  


What is the difference between *p++ and (*p)++ ?

0 Answers  


Categories