Question
Which statement about Dynamic Array is correct?
Select an option. Your answer will be checked instantly.
Correct Answer: C. resizing may require allocating a larger block and copying elements
Explanation:
The defining property is that resizing may require allocating a larger block and copying elements.
The other statements describe different structures or concepts.
Leave a Reply