What is a token?
A C program consists of various tokens and a token is either a keyword, an identifier, a constant, a string literal, or a symbol.
A C program consists of various tokens and a token is either a keyword, an identifier, a constant, a string literal, or a symbol.