Vidyalelo
Data Structure · Q23

Arrays in Data Structures

Programming · Data Structure · question 23

Q23

Which of the following statements is true about dynamic arrays?

A.
They have a fixed size
B.
They can change size during runtime
Answer
C.
They do not allow random access
D.
They are implemented using linked lists

Answer: Option B

Solution

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