Vidyalelo
Data Structure · Q33

Arrays in Data Structures

Programming · Data Structure · question 33

Q33

Which of the following is true about array-based lists?

A.
They allow for easy insertion/deletion
B.
They offer O(1) access time by index
Answer
C.
They automatically resize
D.
They do not require contiguous memory

Answer: Option B

Solution

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