char str[] = "c string";. Here, str is a char array of length 9 (the extra character comes from the \0 null character that's added by the ...
確定! 回上一頁