标签:complex text static turn style reg ati 存储 generic
C语言总览:
数据类型(type)13个: void signed unsigned short long int float double char enum struct union typedef (_Bool _Imaginary _Complex)
类型限定、修饰(type specifier/qualifiers)2个: const volatile (restrict inline)
变量的存储类别(storage class)4个: auto static extern register
运算符(operator)1个: sizeof
控制(control)12个: goto return break continue if else switch case default do while for
数据类型(type):
类型限定、修饰(type specifier/qualifiers):
变量的存储类别(storage class):
运算符(operator):
控制(control):
C99标准新增5:restrict inline _Bool _Imaginary _Complex
C11标准新增7:_Alignas _Alignof _Atomic _Static_assert _Noreturn _Thread_local _Generic
共32+5+7=44个关键字
标签:complex text static turn style reg ati 存储 generic
原文地址:https://www.cnblogs.com/madbean/p/9027126.html