Array is a common programming construct and an important concept for beginning programmers to learn.
Array can be found in most high-level programming languages, such as C, and offer a simple way of grouping like variables for easy access.
Array in C share a few common attributes as shown next.
Variables in an array share the same name
Variables in an array share the same data type
Individual variables in an array are called elements
Elements in an array are accessed with an index