Which of the following points is/are not true about Linked List data structure when it is compared with an array?
Options
- A. Random access is not allowed in a typical implementation of Linked Lists
- B. Access of elements in linked list takes less time than compared to arrays
- C. Arrays have better cache locality that can make them better in terms of performance
- D. Arrays have better cache locality that can make them better in terms of performance
