C语言关键字列表
| auto | enum | restrict | unsigned |
| break | extern | return | void |
| case | float | short | volatile |
| char | for | signed | while |
| const | goto | sizeof | _Bool |
| continue | if | static | _Complex |
| default | inline | struct | _Imaginary |
| do | int | switch | |
| double | long | typedef | |
| else | register | union |
注:蓝色粗体显示的关键字是由ISO/ANSI C90标准新增的,而粉色斜体所显示的是由C99标准所新增的。

浙公网安备 33010602011771号