C doesn't actually implement strings at all. The compiler simply takes syntactic sugar like "Hello World" and turns it into an array of characters where the ...
確定! 回上一頁