1 byte = 8 bits
So, does this mean 1 byte can only hold one character? E.g.:
"16" uses 2 bytes , "9" uses 1 byte , "a" uses 1 byte, "b" uses 1 byte
and if tiny int
has range of 0-255, does this mean it can be stored with 255 char?
what is storage of
1. tiny int (1)
2. tiny int (2)
what will be the range 0-10
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…