keywords

Keywords in C Programming Language :

  1. Keywords are those words whose meaning is already defined by Compiler
  2. Cannot be used as Variable Name
  3. There are 32 Keywords in C
  4. C Keywords are also called as Reserved words .

32 Keywords in C Programming Language

autodoubleintstruct
breakelselongswitch
caseenumregistertypedef
charexternreturnunion
constfloatshortunsigned
continueforsignedvoid
defaultgotosizeofvolatile
doifstaticwhile

Simple Tip :

[box]We cannot Use Keywords for – For Declaring Variable Name,For Function Name and for declaring Constant Variable[/box]

No comments:

Post a Comment