A string constant such as "some text" is a null-terminated string. So it is an array of characters, with a null character at the end. A string constant has type ...
確定! 回上一頁