Vidyalelo
Data Structure · Q34

Arrays in Data Structures

Programming · Data Structure · question 34

Q34

In which scenario would you prefer to use an array over a linked list?

A.
When you need constant time access by index
Answer
B.
When you need dynamic resizing
C.
When you frequently insert elements
D.
When you frequently delete elements

Answer: Option A

Solution

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