Data structure. One-dimensional array.

DATA STRUCTURES

What is a Data Structure?

A data structure is a way of organizing a set of elementary data in order to facilitate its manipulation. An elementary data is the minimum information that is had in a program (examples of elementary data would be int, float, char, etc ...)

What is intended with the data structures is to provide a logical scheme to manipulate the data according to the problem to be treated and the algorithm to solve it.