- Keywords are the predefined word by the compiler.
- These are the reserve words having a fixed meaning.
- Each keyword is meant to perform a specific task assigned by the compiler.
- The keywords are only used to perform their task only, they can't be used as any variables.
- All the keywords are written in lower case letter only since C is case sensitive.
- There are 32 Keywords in C Programming.
- void
- auto
- break
- case
- char
- const
- continue
- default
- do
- double
- else
- enum
- extern
- float
- for
- goto
- if
- int
- long
- register
- return
- short
- signed
- sizeof
- static
- struct
- switch
- typedef
- union
- unsigned
- volatile
- while
No comments:
Post a Comment