Elements stored in an array can be accessed ________.
Answer options
A
Sequentially
B
Randomly
C
Both sequentially and randomly
Correct answer: Both sequentially and randomly
Explanation
Quick AnswerThe correct answer is Both sequentially and randomly because it directly addresses the core logic of Practice Set 1.
Array elements can be accessed sequentially by traversal and randomly/directly using their index.