Name: Anonymous 2015-09-28 22:32
How based are your arrays?
That's an implementation detail.No, not really. The C standard requires that the [] operator is usable as syntactical sugar for pointer arithmetic, and that arrays passed as arguments to functions become pointers to their first element.