Array Index: The array index refers to the position of an element within an array. It starts from 0 for the first element and increments by 1 for each subsequent element.
Array Length: The array length is the total number of elements in an array. It represents the size or capacity of the array.
Array Initialization: Array initialization is the process of assigning initial values to elements in an array, either individually or using a loop.