The C programming language allows the user to define set ordered data items. This is known as an array. An array is a name given to a collective group of similar quantities or similar elements. An array in c language must be declared before they can be used. A tutorial is available at http://www.hotscripts.com/listing/arrays-in-c-language/