Programming in C: Unit I (b): Introduction to C

C Tokens

C Program

Tokens are the basic building blocks in C language. You may think of a token as the smallest individual unit in a C program.

C TOKENS

Tokens are the basic building blocks in C language. You may think of a token as the smallest individual unit in a C program. This means that a program is constructed using a combination of these tokens. There are six main types of tokens in C. They are shown in Figure 2.7.


Programming in C: Unit I (b): Introduction to C : Tag: : C Program - C Tokens