Fortran Tutorial

Types of Array

Types of Array Static array They have fixed size when the array is declared and can not be altered during execution. This is inflexible for certain circumstances (one has to re-entry the program, change the dimension (s) and re-compile) and wasteful in terms of storage space (since one might declare a very large array to …

Types of Array Read More »