Answer Posted / 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 |
Post New Answer View All Answers
When to use “const” reference arguments in a function?
Ask to write virtual base class code?
You run a shell on unix system. How would you tell which shell are you running?
What is flush programming?
Define the process of handling in case of destructor failure?
When do we run a shell in the unix system?
What are static and dynamic type checking?
What is the use of map in c++?
Is it possible to write a c++ template to check for a function's existence?
Why is the function main() special?
What are all predefined data types in c++?
Is std :: string immutable?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
Is recursion allowed in inline functions?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?