Each word and punctuation mark in a C program is a token. C tokens are the smallest building block or smallest unit of a C program. This tutorial describes C Tokens.
The C compiler breaks a program into the smallest possible units and proceeds to the various stages of the compilation, which is called a token.
C Supports Six Types of Tokens:
- Identifiers
- Keywords
- Constants
- Strings
- Operators
- Special Symbols
Tokens in C - Video Tutorial
Please watch this video tutorial to understand "C Tokens" in depth.