Declaring array. Is this ok ?

Doug Gwyn gwyn at smoke.brl.mil
Tue Nov 13 00:35:44 AEST 1990


In article <APS.90Nov12074527 at kaarne.tut.fi> aps at tut.fi (Suntioinen Ari) writes:
>	int  array[i]; /* Can I use i here ? */

No, array bounds must be integral constant expressions greater than zero.



More information about the Comp.lang.c mailing list