An array is the collection of datatype or variables. An array is stored in a consecutive memory location. Mostly array is used to store the same data types. In Fortran, up to 7-dimensional arrays can be created. Here the arrays are declared with dimension attribute.

Syntax:- Datatype, dimension() :: Array Name

BY Best Interview Question ON 03 Mar 2019