Pages

Subscribe:

Labels

Tuesday, 18 December 2012

Tokens in C




C has different types of tokens.
Tokens are the smallest different and individual independent units used in C program.
When the C compiler is processing the source code of a C program, each group of characters separated by white spaces is called Tokens.

The different types of tokens used in C are :

Keywords
Identifiers
Constants
Variables
Operators
Strings
Other Separators
We will discuss about these in detail in the next tutorial.

0 comments:

Post a Comment