Int and char have by default a fixed size of memory, 4 bits for an int and 8 for a char. When you need an array of ints or chars, you need to allocate memory ...
確定! 回上一頁