Question
Which data structure or concept is best described as a resizable array that grows when its capacity is exceeded?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Dynamic Array
Explanation:
Dynamic Array is a resizable array that grows when its capacity is exceeded.
This description distinguishes it from the other choices.
Leave a Reply