Question
A programmer needs maintaining an indexed sequence whose size changes, and the chosen structure has the property that resizing may require allocating a larger block and copying elements. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Dynamic Array
Explanation:
Dynamic Array fits because it supports maintaining an indexed sequence whose size changes and resizing may require allocating a larger block and copying elements.
Both clues point to this choice.
Leave a Reply