Examveda

What are Container Adaptors?

A. Containers that implements data structures which can be accessed sequentially

B. Containers that implements sorted data structures for fast search in O(logn)

C. Containers that implements unsorted(hashed) data structures for quick search in O(1)

D. Containers that provide a different interface for sequential containers

Answer: Option D


Join The Discussion

Related Questions on Standard Template Library (STL) in C plus plus