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 should we use container classes instead of arrays?
If you don’t declare a return value, what type of return value is assumed?
Specify some guidelines that should be followed while overloading operators?
the first character in the variable name must be an a) special symbol b) number c) alphabet
Should I learn c or c++ or c#?
What are c++ variables?
We use library functions in the program, in what form they are provided to the program?
Is c++ a good beginners programming language?
Are vectors faster than arrays?
Explain virtual destructor?
What are the advantages of early binding?
Explain differences between alloc() and free()?
Describe friend function & its advantages.
What is lambda expression c++?
In a function declaration what does extern means?