UMBC CMSC 201 Fall '02 CSEE | 201 | 201 F'02 | lectures | news | help

Keywords in C

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


Legal identifiers in C

Identifiers in C may be composed of letters, digits, and underscores. They may NOT be a keyword, or begin with a digit.


CSEE | 201 | 201 F'02 | lectures | news | help