

MCQOPTIONS
Saved Bookmarks
1. |
THE_ADVANTAGE_OF_USING_LINKED_LISTS_OVER_ARRAYS_IS_THAT_________?$ |
A. | Linked list is an example of linear data structure |
B. | Insertion and deletion of an element can be done at any position in a linked list |
C. | Linked list can be used to store a collection of homogenous and heterogeneous data types |
D. | The size of a linked list is fixed |
Answer» C. Linked list can be used to store a collection of homogenous and heterogeneous data types | |