In article <1794 at shodha.enet.dec.com> alan at shodha.enet.dec.com ( Alan's Home for Wayward Notes File.) writes:
> main()
> {
> int array[10] ;
> array[999] = 0 ;
> return 0 ;
> }
>
> This is a common enough error that we should document it
> somewhere.
All this will do is give a bus-error; maybe dump core.
--Blair