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
why and when we can declar member fuction as a private in the class?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
What is the extraction operator and what does it do?
What is size of string in c++?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
What is vectorial capacity?
What is enum c++?
Is eclipse good for c++?
What do you know about near, far and huge pointer?
what is COPY CONSTRUCTOR and what is it used for?
What is the best way to take screenshots of a window with c++ in windows?
what is VOID?
What is a static member?
How do you sort a sort function in c++ to sort in descending order?