All Subjects
Light
Arrays are a collection of elements of the same data type, stored in contiguous memory locations. They have a fixed size and can be accessed using an index.
congrats on reading the definition of Arrays. now let's actually learn it.
Index: It is the position or location of an element within an array.
Element: An individual item stored in an array.
Length/Size: The total number of elements present in an array.