Q23
Which of the following statements is true about dynamic arrays?
A.
They have a fixed size
B.
They can change size during runtime
AnswerC.
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