What are the types of STL containers?
Answers were Sorted based on User's Feedback
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 |
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 |
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 is the emaning of '#include" "'?
Which bit wise operator is suitable for putting on a particular bit in a number?
what is an array
write program for palindrome
81 Answers Amazon, Aricent, CSC, GE, HCL, Infosys, Syntel, Temenos, Wipro,
When is the destructor called?
What is the best c++ ide?
How do I use arrays in c++?
What are virtual functions and what is its use?
What is long in c++?
Does a derived class inherit or doesn't inherit?
Enter n no. of element and delete value from desire position
What is the difference between a baller and a reference in C++?