A "string" is a pointer to an array of chars that are terminated with a zero byte, '\0' . // The array that my_string points at ends with a hidden \0 const char ...
確定! 回上一頁