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 is c++ flowchart?

675


give me an example for testing a program showing the test path .show how the test is important and complex.

2419


What are namespaces in c++?

591


What is struct c++?

566


When we use Abstract Class and when we use Interface?where we will implement in real time?

1664






What are the uses of typedef in a program?

614


What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)

598


Why is polymorphism useful?

563


Write a note about the virtual member function?

601


Explain the register storage classes in c++.

668


Who was the creator of c++?

557


What is the difference between function overloading and operator overloading?

569


Which is most difficult programming language?

578


Does c++ support multilevel and multiple inheritances?

548


What are the extraction and insertion operators in c++?

561