Example. sizeof(int) will be 4. Integer allocates 4 bytes to store the value. sizeof(char) will be 1. Character allocates 1 byte to store the value.
確定! 回上一頁