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
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004