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

What are pointer-to-members? Explain.

640


What is vectorial capacity?

660


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

649


Show the declaration for a pointer to function returning long and taking an integer parameter.

590


how to connect with oracle 9i with server in socket program in c/c++

1861






Are strings mutable in c++?

706


Is std :: string immutable?

572


If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?

609


Why do we need pointers?

594


Why do you use the namespace feature?

666


How many types of classes are there in c++?

614


Why do we use structure in c++?

590


Mention the purpose of istream class?

636


What is auto type c++?

637


What is scope resolution operator in c++ with example?

567