This tutorial (part of the embedded C tutorial) is a list of the C keywords for reference.
Data Types
charintlongfloatdouble_Boolvoid
Data Type Modifiers
unsignedconststaticvolatileexternrestrictinlineautoregister_Complex_Imaginary
Compound Data Types
structenumuniontypedef
Flow Control
ifelseswitchcasedefaultgotobreakfordowhilecontinue
Utility
sizeof