In article <2508 at ssc-vax.UUCP> dmg at ssc-vax.UUCP (David Geary) writes: > I have a difficult time imagining implementing C without contiguous > arrays, but is the compiler free to implement non-contiguous arrays > if so desired? Only if the compiler can determine that the program won't notice the difference. In practice, no compiler is going to do this.