Share via


Indirection on Array Types

 

The latest version of this topic can be found at Indirection on Array Types.

Use of the indirection operator (*) on an n-dimensional array type yields an n–1 dimensional array. If n is 1, a scalar (or array element) is yielded.

See Also

Arrays