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

Is atoi safe?

0 Answers  


Is c++ still being used?

0 Answers  


What is a conversion constructor?

1 Answers  


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

0 Answers   CIIT Wah,


How come you find out if a linked-list is a cycle or not?

0 Answers  






Is c++ still in demand?

0 Answers  


Is there a c++ certification?

0 Answers  


What is a dangling pointer in c++?

0 Answers  


What is virtual constructor paradigm?

5 Answers   HCL, HP,


Differentiate between a deep copy and a shallow copy?

1 Answers  


How can you quickly find the number of elements stored in a a) static array b) dynamic array ?

5 Answers   Lucent,


What is c++ good for?

0 Answers  


Categories