C arrays are never 'empty'. They are allocated fully at declaration, and cannot be resized. They have reserved all the bytes in memory, and that memory has ...
確定! 回上一頁