Compatible array types
For two array types to be compatible,
their element types must be compatible,
and,
if both array types have a specified size,
they must match.
This last part means that an
incomplete array type
(see
``Incomplete types'')
is compatible both with
another incomplete array type
and an array type with a specified size.
Next topic:
Compatible function types
Previous topic:
Compatible pointer types
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003