What is a container class?


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

Post New Answer

More C++ General Interview Questions

What are advantages and disadvantages of Design patterns?

7 Answers   IBM, Vodafone,


What's the order in which the objects in an array are destructed?

0 Answers  


Why c++ does not have finally?

0 Answers  


Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?

0 Answers   Maxobiz,


How can we check whether the contents of two structure variables are same or not?

0 Answers  


1.what is the difference between software & package &application.

1 Answers   Infosys,


How do I tokenize a string in c++?

0 Answers  


What gives the current position of the put pointer?

0 Answers  


write a programming using for loop in c++ to generate diamond trangel?

1 Answers   NIIT,


Declare a class vehicle and make it an abstract data type.

0 Answers  


How the virtual functions maintain the call up?

0 Answers  


What are the various storage classes in C++?

0 Answers   Fidelity,


Categories