An array is a group of similar-typed variable that are referred by a common name. A specific element in an array is accessed by its index. An array may have one or more dimensions. One Dimensional Arrays: The general form of a one dimensional array declaration is as: type variable-name[]; […]