String or Char Arrays Length Definition

PaulS:

         Name[9] = '\0';

For an array of 9 elements, what are the valid index values? Hint: 9 is not one of them.

array of 9 elements = 8 valid values. right? I don't really get what you're suggesting?