What is a data type in which expressions are stored in places identified by integer indexes?
Structure
List
Array
None of the mentioned
View Answer
Correct Answer: C — Array
Explanation:
An array is a data type in which expressions are stored in places identified by integer indexes.
