max array size

what is the maximum size of array in c?
depends on your hardware
There is no maximum size stated in the c++ standards doc.

In practice I suppose you would have to use a bit of common sense.

EDIT
Although, in your post you do say C (not C++) but I don't have the C standards document handy.
Last edited on
Topic archived. No new replies allowed.