

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statements about linked list data structure is/are TRUE? |
A. | addition and deletion of an item to/ from the linked list require modification of the existing pointers |
B. | the linked list pointers do not provide an efficient way to search an item in the linked list |
C. | linked list pointers always maintain the list in ascending order |
D. | the linked list data structure provides an efficient way to find kth element in the list |
Answer» C. linked list pointers always maintain the list in ascending order | |