Question
What is a common use of Dynamic Array?
Select an option. Your answer will be checked instantly.
Correct Answer: B. maintaining an indexed sequence whose size changes
Explanation:
Dynamic Array is commonly used for maintaining an indexed sequence whose size changes.
Its design supports this task efficiently or naturally.
Leave a Reply