Vidyalelo
Data Structure · Q36

Introduction to Data Structures

Programming · Data Structure · question 36

Q36

Which of the following is not a characteristic of a linked list?

A.
Dynamic size
B.
Memory usage is more than arrays
C.
Fast random access
Answer
D.
Insertion and deletion are easier

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board