C語言有以下32個關(guān)鍵字:
- 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
- void
- volatile
- while
這些關(guān)鍵字是C語言的保留字,它們具有特殊的意義和功能。在編寫C語言程序時,不能將這些關(guān)鍵字用作變量名、函數(shù)名或其他標(biāo)識符。