Discussion Forum : Sequences
Question -

How the list containers are implemented?

Options:
A .  Using Double linked list
B .  Using Single linked list
C .  Both a & b
D .  None of the mentioned
Answer: Option A

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.



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *