previous | start | next

The char C data type

   char x;

   x = 12;

   Storage allocated for x: 1 byte (8 bits)

   Binary          Decimal            Hexadecimal
   00001100        12                 0C


previous | start | next