|
|
|
|
|
by int_19h
2389 days ago
|
|
It is, but it's defined rather weirdly: "byte: addressable unit of data storage large enough to hold any member of the basic character set of the execution environment" Hence why the type that corresponds to it is "char"! Beyond that, the only thing that kinda sorta implies that it's the smallest addressable unit is the definition of CHAR_BIT: "number of bits for smallest object that is not a bit-field (byte)" |
|
This might be why the code space alphabet is defined by the standard so it will at least put an emphasis on 8 bits == 1 byte.