C Keywords
Keywords in C
A keyword in C is basically a reserved word that cannot be used as a variable name, constant name, etc., there are only 32 keywords in the C language.
Here is the list of 32 keywords in the C language:
- Auto
- Break
- Case
- Char
- Const
- Continue
- Default
- Double
- Enum
- Extern
- Float
- For
- Goto
- If
- Int
- Long
- Register
- Return
- Short
- Signed
- Sizeof
- Static
- Struct
- Switch
- Typeof
- Union
- Unsigned
- Void
- Volatile
- While
- Do
- Else