Google News
logo
Data Structures Algorithms - Quiz(MCQ)
Which of the following points is/are true about Linked List data structure when it is compared with array
A)
It is easy to insert and delete elements in Linked List
B)
Random access is not allowed in a typical implementation of Linked Lists
C)
Arrays have better cache locality that can make them better in terms of performance
D)
All of the above

Correct Answer :   All of the above

Advertisement