C语言的关键词是由ASCII标准定义的,共有32个,可以分为数据类型关键字、控制语句关键字、存储类型关键字和其他关键字四类。
以下是每个类别下的关键字列表:
- 数据类型关键字:char、double、float、enum、int、long、short、signed、struct、union、void。
- 控制语句关键字:break、case、char、const、continue、default、do、double、else、enum、extern、float、for、goto、if、int、long、register、return、short、signed、sizeof、static、struct、switch、typedef、union、unsigned、void、volatile。
- 存储类型关键字:auto、bool、char、_Bool、char16_t、char32_t、wchar_t。
- 其他关键字:alignas、alignof、and、and_eq、asm、atomic_cancel、atomic_commit、atomic_noexcept、auto_type、bitand、bitor、boolalphalyzer等。