1、register 修饰寄存器变量
(1)只修饰字符型和整型,不修饰浮点型
(2)cpu取数据的时候去寄存器比内存要快
(3)不能定义寄存器数组
2、static静态
3、
4、sizeof
5、typedef
typedef short int INT16;
short int=INT16等价
6、
1、register 修饰寄存器变量
(1)只修饰字符型和整型,不修饰浮点型
(2)cpu取数据的时候去寄存器比内存要快
(3)不能定义寄存器数组
2、static静态
3、
4、sizeof
5、typedef
typedef short int INT16;
short int=INT16等价
6、