What are the types of STL containers?

Answer Posted / pavan kumar

Sequence Containers
- deque
- list
- vector

Associative Containers
- map (multimap)
- set (multiset)

Container Adapters
- priority_queue
- queue
- stack

Is This Answer Correct ?    24 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When to use “const” reference arguments in a function?

682


Ask to write virtual base class code?

2305


You run a shell on unix system. How would you tell which shell are you running?

753


What is flush programming?

661


Define the process of handling in case of destructor failure?

667






When do we run a shell in the unix system?

671


What are static and dynamic type checking?

702


What is the use of map in c++?

720


Is it possible to write a c++ template to check for a function's existence?

659


Why is the function main() special?

702


What are all predefined data types in c++?

648


Is std :: string immutable?

653


total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.

2161


Is recursion allowed in inline functions?

690


If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?

743