Machine-learning_DevOps-Artisan

C Array with Examples

An array is a collection of data items of the some type. Items are store at contiguous memory location. It can also store the collection of derive data types, such as Pointer, structures, etc. A one dimensional array is like a list. A two dimensional array is like a table. The C languages places on limit on the number of dimensions in an array. Some texts refer to one dimensional array as vectors, and Two dimensional array as matrices and use the general term array when the number of dimensions is unspecified or unimportant. The name of the array represent by square brackets []