09
Dec
2023
Chapter 7: Arrays and Types of arrays
In C, an array is a collection of elements of the same data type, stored in contiguous memory locations. An index is used to access the elements of an array.