Pointers

In the Intel® Fortran Compiler implementation, pointers are represented in memory in the form shown in the table that follows.

Pointer Representation in Intel Fortran Compiler

Pointer To:

Representation

a numeric scalar

one word representing the address of its target

a derived type scalar

one word representing the address of its target

a character scalar

two words, the first word containing the address of its target and the second containing its defined length

an array

a data structure of variable size that describes the target array; Intel reserves the right to modify the form of this structure without notice