(or 640K!) of memory in a personal computer?" On the other hand, if the size of your array is derived from the log of the number of elements you deal with (because, for example, it is a stack for a recursive algorithm) and it has 100 elements in it, you are probably safe.
For more information on storage management issues, see "Storage management philosophy" on page 85.