Tokens of C language
- C language tokens are the basic buildings blocks in C language which are constructed together to write a C program.
- Each and every smallest individual units in a C language program are known as C language tokens.
- C language tokens are of six types. They are,
- Keywords (eg: int, while),
- Identifiers (eg: main, total),
- Constants (eg: 10, 20),
- Strings (eg: “total”, “hello”),
- Special symbols (eg: (), {}),
- Operators (eg: +, /,-,*)
0 comments:
Post a Comment