next up previous contents
Next: Visualisation of Arrays Up: Arrays Previous: Arrays

Array Terminology

Examples of declarations:

    REAL, DIMENSION(15)       :: A
    REAL, DIMENSION(-4:0,0:2) :: B
    REAL  :: C(5,3), D(0:4,0:2) ! Shorthand

The above are explicit-shape arrays.

Terminology:

For more information, click here gif

Now try this question gif


next up previous contents
Next: Visualisation of Arrays Up: Arrays Previous: Arrays

Adam Marshall ©University of Liverpool, 1996
Fri Dec 6 18:56:08 GMT 1996
Not for commercial use.