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
What are smart pointers?
Write a program which uses Command Line Arguments
What is std :: flush?
Which one is better- macro or function?
Can we define a constructor as virtual in c++?
Difference between declaration and definition of a variable.
Explain unexpected() function?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
What is the real purpose of class – to export data?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
How delete [] is different from delete?
What is fixed in c++?
How is computer programming useful in real life?
What is a type library?
Explain abstraction.