Actually, since C99, sizeof char is defined to be 1 (byte). The number of bits in a byte is implementation-defined. However, "it's implementation specific ...
確定! 回上一頁