Name: Anonymous 2010-09-02 0:50
should i read k&r
char is the smallest addressable datatype in C (on your CPU, in fact) and therefore always equal to a byte!! What that means is, that a byte does not neccessarily contain 8 bits.sizeof (char) is defined to be 1?