C++ Programming Question:
Download Questions PDF

STL Containers - What are the types of STL containers?

C++ Programming Interview Question
C++ Programming Interview Question

Answer:

There are 3 types of STL containers:

1. Adaptive containers like queue, stack
2. Associative containers like set, map
3. Sequence containers like vector, deque

Download C++ Programming Interview Questions And Answers PDF

Previous QuestionNext Question
RTTI - What is RTTI in C++?What is C++?