C tokens
The basic and smallest elements used to develop the program and recognized by the C compiler is called as C tokens. It is the individual unit in a program. C tokens includes.
- Identifier
- Keywords
- Constant and variables
- Operators.
Post a Comment