This is just the way string literals work in C. String literals like "name" are arrays of characters, it is equivalent to the five element ...
確定! 回上一頁