Interview Questions

STL Containers - What are the types of STL containers?

C++ Interview Questions and Answers


(Continued from previous question...)

STL Containers - What are the types of STL containers?

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

(Continued on next question...)

Other Interview Questions