Tokens are the smallest individual units. In other words it
is the symbols, text , integers etc.
Tokens mainly divided into six types.
- Keywords – int, void, auto
- Identifiers – name, address,
salary
- Constants – 123, 45.78, -189
- Strings – “XYZ”, “Ajay”
- Special Symbols - ?, (, {
- Operators - +, -, =
No comments:
Post a Comment