C -strings are simply arrays of chars terminated by a zero value. It's common to read a string into an array, then save it in an array with other strings. A ...
確定! 回上一頁