What term is used to describe a collection of data elements that have a specific order and can be indexed?

  • Array
  • Function
  • String
  • Variable
An 'array' is a data structure in programming that allows you to store a collection of data elements in a specific order. Each element in an array can be accessed using an index, which is a numerical reference. Arrays are commonly used for organizing and manipulating data efficiently.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *