Computer Science, asked by jeevamaragatham03, 5 months ago

All keywords in C are in ​

Answers

Answered by MrTSR
0

All keywor ds in C are in ​Lowercase letters.

There are 32 keywords in C:

  1. auto
  2. break
  3. case
  4. char
  5. const
  6. continue
  7. default
  8. do
  9. double
  10. long
  11. return
  12. register
  13. short
  14. signed
  15. sizeof
  16. static
  17. int
  18. else
  19. enum
  20. entern
  21. float
  22. for
  23. goto
  24. if
  25. struct
  26. switch
  27. typedef
  28. union
  29. unsigned
  30. void
  31. volatile
  32. while

Similar questions