c数据类型

char 1

short 2

int 4

long 4

float 4

double 8

signed  最高位是符号位,有符号数,可以表示负数

unsigned  最高位是数值位,无符号数,不可以表示负数

 

c没有Boolean,byte,c用0和非0表示false和true

posted @ 2019-06-23 00:11  anobscureretreat  阅读(163)  评论(0编辑  收藏  举报