Explain container class.


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

Post New Answer

More C++ General Interview Questions

How many characters are recognized by ANSI C++?

0 Answers   Hexaware, NIIT,


What are the types of array in c++?

0 Answers  


Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort

0 Answers  


write a function signature with various number of parameters.

0 Answers  


What are features of c++?

0 Answers  






Difference between Constructors and static constructors?

3 Answers   IBM, TCS,


Write a note about the virtual member function?

0 Answers  


What is c++ programming language?

0 Answers  


What is wrapper class in c++?

0 Answers  


declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator

0 Answers  


class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,


What is the difference between prefix and postfix versions of operator++()?

0 Answers  


Categories