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
Wed Apr 30 10:44:37 MET DST 1997