Array

Meaning

A collection of elements, each identified by an index.

Usage Examples

  • An array of integers can be used to store multiple integer values.
  • An array of strings can hold multiple string values in a single variable.
  • You can access elements in an array using their index number.
  • Arrays are commonly used to store lists of related data.