C language bit byte and word
程序员文章站
2022-07-09 20:26:57
bit:The smallest storage unit of a computer byte:Common computer storage unit word:Computer natural storage unit bit:A binary number.zero or one. byte ......
bit:the smallest storage unit of a computer
byte:common computer storage unit
word:computer natural storage unit
bit:a binary number.zero or one.
byte:1 byte equal to 8 bit .show 0-255 integer
word:1 word lengh equal 8bit or 16bit or 32bit.the bigger the better.