C Language | Arrays

An array is a data structure made up of indices and the data corresponding to those indices. This section explains how to declare and use arrays.