Let Us C Solutions, chapter 9, Arrays. The array is a data structure and one of the most powerful tools in programming. Arrays are used when we need to store the same type of multiple data in a single variable.
An array is simply a list containing data of the same kind, for example, an array of numbers can contain int type values. The chapter contains algorithms and some complex concepts on the array.