Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - What are the upper eight bits of C language?
What are the upper eight bits of C language?

The character type is one byte, which is 8 bits; the integer type is two bytes, which is 16 bits.

The lower 8 bits and the higher 8 bits are relative to integers;

For example, the binary number in the picture below:

Counting from right to left is From the 0th to the 15th position, the red ones are the upper eight digits and the blue ones are the lower eight digits.