关键字(Keyword)
下列标识符被保留作为关键字,不同用于其他用途:
| . | . | . | . |
|---|---|---|---|
| auto | double | int | struct |
| break | else | long | switch |
| case | enum | register | typedef |
| char | extern | return | union |
| const | float | short | unsigned |
| continue | for | signed | void |
| default | goto | sizeof | volatile |
| do | if | static | while |
某些实现还把 fortran 和 asm 保留为关键字。