We use arrays in C to represent more than one copy of a particular object. They allow you to manipulate the entire set using one base name and an index to a particular element.If you wrote a program...
Because you have to: any executable statement in C must belong to one function or another; there mustn't be executable statements outside of functions.and it also reduces the length of the program