String literals are stored in C as an array of chars, terminted by a null byte ... String variables are typically stored as arrays of chars, terminated by a ...
確定! 回上一頁