Answer Posted / 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 |
Post New Answer View All Answers
How can I disable the "echo" feature?
how to access grid view row?
How many static variables are created if you put one static member into a template class definition?
Can you overload the operator+ for short integers?
Difference between class and structure.
What is purpose of new operator?
How is c++ used in the real world?
What is searching? Explain linear and binary search.
Define the operators that can be used with a pointer.
How will you call C functions from C ++ and vice-versa?
How do I get good at c++ programming?
Is std :: string immutable?
How do you establish an is-a relationship?
What is the best book for c++ beginners?
Which sort does c++ use?