-
How the list containers are implemented?
-
- Using Single linked list
- Using Double linked list
- Using Single & Double linked list
- All of above
- None of these
Correct Option: B
List containers are implemented as doubly-linked lists. Doubly linked lists can store each of the elements they contain in different and unrelated storage locations.