A character string in C can be represented symbolically as an array of data type char. For instance, the declaration char word[20] = "four";
確定! 回上一頁