C Language Keywords
Part of the C For Dummies Cheat Sheet
The C programming language has just 32 keywords for you to build robust programs. With only 32 keywords, they all fit nicely into a short table. Use them wisely and well.
| auto | double | int | struct |
| break | else | long | switch |
| case | enum | register | typedef |
| char | extern | return | union |
| const | float | short | unsigned |
| continue | for | static | void |
| default | goto | sizeof | volatile |
| do | if | signed | While |









