Question
What is a common use of Array?
Select an option. Your answer will be checked instantly.
Correct Answer: B. fast random access when the index is known
Explanation:
Array is commonly used for fast random access when the index is known.
Its design supports this task efficiently or naturally.
Leave a Reply