Computer Science, asked by rewaasrour2000, 3 months ago

why array is a data structure?

Answers

Answered by rajanal7702
2

Answer:

Arrays are among the oldest and most important data structures, and are used by almost every program. They are also used to implement many other data structures, such as lists and strings. ... Arrays are useful mostly because the element indices can be computed at run time.

Similar questions