Loading...

Wednesday 26 October 2011

// // Leave a Comment

Keywords in C Language


Hi,
Today I am back here to share all the keywords of C language with you.
Keywords are predefined or reserved words which are used for a particular task like to declare a variable, or to return values, looping, etc. We use these keywords in various way.
  1. AUTO
  2. BREAK
  3. CASE
  4. CHAR
  5. CONST
  6. CONTINUE
  7. DEFAULT
  8. DO
  9. DOUBLE
  10. ELSE
  11. ENUM
  12. EXTERN
  13. FLOAT
  14. FOR
  15. GOTO
  16. IF
  17. INT
  18. LONG
  19. REGISTER
  20. RETURN
  21. SHORT
  22. SIGNED
  23. SIZEOF
  24. STATIC
  25. STRUCT
  26. SWITCH
  27. TYPEDEF
  28. UNION
  29. UNSIGNED
  30. VOID
  31. VILATILE
  32. WHILE
These keywords are used to define variable and call function and to do all basic tasks that can be done using ‘C’.
Keep providing feedback…