All C Keywords
All C Keywords
A compact scan page listing standard C keywords in grouped form for quick lookup.
All C Keywords
A compact scan page listing standard C keywords in grouped form for quick lookup.
Use reference pages to confirm names, categories, nearby facilities, and the constraints that matter before writing or reviewing code.
This page is optimized for scanning. Use C language reference when you want more explanation.
if, else, switch, case, defaultfor, while, do, break, continue, goto, returnvoid, char, short, int, long, float, doublesigned, unsignedstruct, union, enum, typedef_Bool, _Complex, _Imaginaryauto, register, static, extern, _Thread_localconst, volatile, restrictinline, sizeof_Alignas, _Alignof_Atomic, _Generic_Noreturn, _Static_assert_BitIntint main() {
// Pick one facility from this reference page.
// Write the smallest program that exercises its main precondition,
// complexity rule, or lifetime constraint before scaling up.
return 0;
}