Instructions on using strings in C

One must remember, however, that the last element of a string (character array) is a null character (ASCII code ‘\0’) used to terminate the string – and this is a non-noticeable but fundamental difference. ................
................