String or Char Arrays Length Definition

Name[index] = 0; // append null-terminator

Should it not be: ?

Name[index]='\0';