We may initialize an array of characters, that is not a string? char some_letters[4] = {'a', 'b', 'c'};. This does not include a null character ...
確定! 回上一頁