What are associate containers?
No Answer is Posted For this Question
Be the First to Post Answer
What is the benefit of encapsulation?
. 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 does floor mean in c++?
What is a manipulator in c++?
What are static variables?
when can we use copy constructor?
What is overloading unary operator?
Define the process of error-handling in case of constructor failure?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
Explain deep copy and a shallow copy?
What is scope in c++ with example?
What is dangling pointers?and what is memory leak?