标签:round goto stat har 改变 循环语句 extern back 方便
C语言中一共有32个关键字,为方便记忆,下面对它们进行分类。
有关变量类型的关键字有:
void
char
short int lont
float double
有关变量符号的关键字有:
unsigned signed
有关变量存储特性的关键字有:
auto static register const
有关特殊数据类型的关键字有:
struct union enum
有关开关语句的关键字有:
switch case default
有关循环语句的关键字有:
do while for
有关条件语句的关键字有:
if else
有关改变程序走向的关键字有:
break continue goto
其他关键字:
sizeof extern typedef volatile return(可简记为“set VR”)
标签:round goto stat har 改变 循环语句 extern back 方便
原文地址:http://www.cnblogs.com/zhq-blog/p/6032983.html