Keywords
Keywords in C language are explicitly reserved words i.e. we can't use these variables as they have predefined meaning.
There are 32 keywords in C.
They are:
- auto
- const
- double
- float
- int
- short
- struct
- unsigned
- break
- continue
- else
- for
- long
- signed
- switch
- void
- case
- default
- enum
- goto
- register
- sizeof
- typedef
- volatile
- char
- do
- extern
- if
- return
- static
- union
- while
No comments:
Post a Comment