C 程序由各种令牌组成,令牌可以是关键字、标识符、常量、字符串值,或者是一个符号。
下表列出了 C 中的保留字。这些保留字不能作为常量名、变量名或其他标识符名称。
autoelselongswitchbreakenumregistertypedefcaseexternreturnunioncharfloatshortunsignedconstforsignedvoidcontinuegotosizeofvolatiledefaultifstaticwhiledointstruct_Packeddouble
注释
// 注释语句
/*注释语句*/