Q.

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» B. the linked list pointers do not provide an efficient way to search an item in the linked list
1.1k
0
Do you find this helpful?
7

Discussion

No comments yet

Related MCQs