Not every character array is a C string, but every C string is an array of char ... and dynamically allocated strings (note the value passed to malloc ):.
確定! 回上一頁