关键字:
被编译器本身所使用的字符串变量名,不能作其他的用途。所以要注意编译器的定义。在ASCII标准的定义有:
auto double int struct break else
long switch case enum register typedef
char extern return union const float
short unsigned continue for signed void
default goto sizeof volatile do if
while static
标识符:
常量,变量,语句标号,用户自定义函数名。
以字母或_下划线开头
其他部分为字母,数字,下划线
区分大小写