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
Which one is a preferred language C or C++? Why?
What is c++ try block?
Which is not a valid keyword a) public b) protected c) guarded
What is the difference between prefix and postfix versions of operator++()?
Explain how functions are classified in C++ ?
Can a program run without main?
Is c++ a dying language?
What is a linked list in c++?
Do you know about C++ 11 standard?
What is the main purpose of overloading operators?
What is a volatile variable in c++?
Differentiate between late binding and early binding.
How many types of scopes are there in c++?
Is dev c++ a good compiler?
Why we use #include conio h in c++?