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
What is a tuple c++?
Does improper inheritance have a potential to wreck a project?
What is pointer in c++ with example?
What are guid? Why does com need guids?
Is python written in c or c++?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
What is unary operator? List out the different operators involved in the unary operator.
What are static member functions?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
Name four predefined macros.
Which c++ operator cannot overload?
What is oop in c++?
How does c++ structure differ from c++ class?
What are smart pointers?
What is pure virtual function? Or what is abstract class?