Chapter 6 Data Type

The binding of subscript type to an array variable is usually static, but the subscript value ranges are sometimes dynamically bound. In C-based languages, the lower bound of all index ranges is fixed at 0; Fortran 95, it defaults to 1. 1. A static array is one in which the subscript ranges are statically bound and storage ................
................