Next: Redefinition
Up: Errors statically detected
Previous: Initialization
- ? illegal array dimension where ? is a negative
integer
int tab[-1];
- illegal array or index when an array access or
assignment is illegal because there is no array (or pointer) or
int (or char) index, or when you attempt to affect an array:

- [] not yet implemented linked with array
initialization.
int tab[] = {1, 2};
Lionel Fournigault
Mon Dec 15 10:53:26 MET 1997