Array

Summary: A data structure that stores multiple values of the same data type under a single identifier, accessed using an index. Elements are stored contiguously in memory. Indices typically start at 0 or 1. Tags: concepts computer-science igcse-computer-science programming Created: 2026-05-08T14:03:00Z Last Updated: 2026-05-08T14:03:00Z


Content

A data structure that stores multiple values of the same data type under a single identifier, accessed using an index. Elements are stored contiguously in memory. Indices typically start at 0 or 1.