C语言-关键字

在C语言程序中,关键字是指被赋予特定意义的一些单词,不可以把这些单词作为标识符来使用,C语言共有32个关键字。

auto double
break else
case enum
char extern
const float
continue for
default goto
do while
int struct
long switch
register typedef
union return
short unsigned
signed void
sizeof volatile
static if

Caesar卢尚宇 [email protected]
2019年1月1日

猜你喜欢

转载自blog.csdn.net/lu1287580078/article/details/85533449