What are the types of STL containers?

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


Please Help Members By Posting Answers For Below Questions

What is a singleton class c++?

542


Is java based off c++?

527


Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list

610


What is the object serialization?

620


How would you use the functions memcpy(), memset(), memmove()?

622






Is map thread safe c++?

628


write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num

2194


What is time_t c++?

606


Does improper inheritance have a potential to wreck a project?

626


Ask to write virtual base class code?

2148


Does c++ have arraylist?

538


When is dynamic checking necessary?

597


Which sort does c++ use?

576


What is runtime polymorphism in c++?

585


Why ctype h is used in c++?

522