阅读量:0
C语言有以下32个关键字:
- 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
这些关键字是C语言的保留字,它们具有特殊的意义和功能。在编写C语言程序时,不能将这些关键字用作变量名、函数名或其他标识符。