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 is the difference between "overloading" and "overridding"?

3 Answers  


What do you mean by volatile and mutable keywords used in c++?

0 Answers  


Explain unexpected() function?

0 Answers  


Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()

0 Answers  


You're given an array containing both positive and negative integers and required to find the sub-array with the largest sum (O(N) a la KBL). Write a routine in C for the above.

4 Answers  






What is an undefined behavior and sequence points

0 Answers  


How much maximum can you allocate in a single call to malloc()?

0 Answers  


Is c++ pass by reference or value?

0 Answers  


why v use c++ even we have microprocessor

2 Answers   CybAge,


What is decltype c++?

0 Answers  


what are the iterator and generic algorithms.

0 Answers  


What is the role of copy constructor in copying of thrown objects?

0 Answers  


Categories