There is no string type. C strings are really just arrays of characters: char str[] = "I am the Walrus";. This array is 16 bytes in ...
確定! 回上一頁