strlen calculates the length of the string and must know where it is the end, so use \0 for the end. Only character arrays have the concept of \0, ...
確定! 回上一頁