C Tokens by G Krishna Chauhan

C TOKENS:

C 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 program are known as C tokens.
C 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: +, /,-,




Click to Know Detail about the C Tokens.

No comments:

Post a Comment