[C语言 - 1] C语言数据类型

基本数据类型:
  1. byte
  2. short
  3. int
  4. unsigned int
  5. long
  6. long long
  7. unsigned long
  8. float
  9. double
  10. char
  11. char *
The size (byte) of each data type
  short int unsigned int long long long unsigned long float double char char *
32 bit 2 4 4 4 8 4 4 8 1 4
64 bit 2 4 4 8 8 8 4 8 1 8
 
 
构造类型:
  1. Array
  2. Union
  3. Struct
  4. Enum
 
指针类型
 
空类型 void
 
Q1:short 和 shrot int 的区别? long 和 long int的区别?
简写和全称的关系
 
 
posted @ 2015-05-13 15:45  *新星月-倪新生*  阅读(141)  评论(0编辑  收藏  举报