Home >>C Tutorial >C Keywords

C Keywords

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:

  1. Auto
  2. Break
  3. Case
  4. Char
  5. Const
  6. Continue
  7. Default
  8. Double
  9. Enum
  10. Extern
  11. Float
  12. For
  13. Goto
  14. If
  15. Int
  16. Long
  17. Register
  18. Return
  19. Short
  20. Signed
  21. Sizeof
  22. Static
  23. Struct
  24. Switch
  25. Typeof
  26. Union
  27. Unsigned
  28. Void
  29. Volatile
  30. While
  31. Do
  32. Else

No Sidebar ads