What are the types of STL containers?

Answers were Sorted based on User's Feedback



What are the types of STL containers?..

Answer / 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

What are the types of STL containers?..

Answer / saroj das ,

containers are objects that hold other object . there are
different type vector, dequeue,list, map etc...

Is This Answer Correct ?    11 Yes 4 No

What are the types of STL containers?..

Answer / pradeep

Sequence Containers
- deque
- list
- vector

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

Container Adapters
- priority_queue
- queue
- stack

Is This Answer Correct ?    1 Yes 0 No

What are the types of STL containers?..

Answer / satheeshkumar

all the answer correct

Is This Answer Correct ?    4 Yes 4 No

Post New Answer

More C++ General Interview Questions

Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be

0 Answers  


How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?

0 Answers  


How a modifier is similar to mutator?

0 Answers  


What is the latest c++ standard?

0 Answers  


How to get the current position of the file pointer?

0 Answers  






What is the use of setprecision in c++?

0 Answers  


How does code-bloating occur in c++?

0 Answers  


Are vectors faster than arrays?

0 Answers  


What is an Object/Instance?

1 Answers  


What is null c++?

0 Answers  


In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h

0 Answers  


iam a fresher to Qt(GUI a c++ based framework software). i need to develop the basic applications on designer by drag and dropping mechanism...so pls send me the procedure to design applications?

1 Answers  


Categories