Aşağıdaki anahtar kelimeler tanımlıdır ve başka bir amaçla tanımlayıcı olarak kullanılamaz.
auto | double | int | long |
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 |
The following keywords are reserved and may not be used as an identifier for any other purpose.
auto | double | int | long |
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 |