其他分享
首页 > 其他分享> > char是所有类型中最短的 char多为8位,

char是所有类型中最短的 char多为8位,

作者:互联网

 

https://en.wikipedia.org/wiki/C_data_types
In practice, char is usually eight bits in size and short is usually 16 bits in size (as are their unsigned counterparts).
char多为8位,
As char's size is always the minimum supported data type, no other data types (except bit-fields) can be smaller.
char是所有类型中最短的

 

标签:bits,char,usually,多为,类型,data,size
来源: https://www.cnblogs.com/yuanjiangw/p/10536073.html