sizeof(char) = 1
But there is nothing to say how many bits are used to define it.
On some processors this may be more than 8, so a 'char' may be larger than the common understanding of a 'byte'.
(This is not very common, but may be true for some embedded processors or DSPs.)
