C语言中数据类型的位数
整型中
[signed] int , unsigned int ,[signed] short [int], unsigned short[int] 的比特数是16
long[int] , unsigned long[int]的比特数是32
实型中
float的比特数是32
double的比特数是64
long double的比特数是80