The compiler uses the size to determine how much space to allocate (i.e. how many bytes). Examples: int list[30]; // an array of 30 integers char name[20]; ...
確定! 回上一頁