C Keywords
0 3425
The keywords can't be used as an identifier in C Programs. The C Keywords can't be used as variable names.
The keywords are generally used in lowercase characters as using them in uppercase is not recommended in C Language.
List of 32 Keywords use in C Language are as below:
- void
- char
- int
- float
- double
- signed
- unsigned
- short
- long
- auto
- static
- register
- const
- struct
- union
- if
- else
- goto
- for
- continue
- switch
- case
- break
- default
- do
- while
- sizeof
- volatile
- enum
- extern
- typedef
- return
Share:
Comments
Waiting for your comments