Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 311 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 311 Bytes

C-Language Keywords

These are the following keywords in C language

Keywords:-

  • auto: The auto keyword is a simple way to declare a variable that has a complicated type.
  • break: The break statement terminates the execution of the nearest enclosing do, for, switch, or while statement in which it appears.