A.
a) Random access is not allowed in a typical implementation of Linked Lists
B.
b) Access of elements in linked list takes less time than compared to arrays
C.
c) Arrays have better cache locality that can make them better in terms of performance
D.
d) It is easy to insert and delete elements in Linked List