In C, just putting string literals next to each other concatenates them, so "foo" "bar" "baz" is equivalent to "foobarbaz" , but putting a ...
確定! 回上一頁