Mind42 lives from advertising revenue.
Please enable advertisements or get an ad-free account.
Sign up or sign in to like or comment on this mind map

Tokens in C - Codiens

355 views 0 likes
Tokens in C - Codiens

As we know that Cell is the basic building block of living things.
C language also has basic building blocks known as Tokens. 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. The compiler breaks a program into the smallest possible units and proceeds to the various stages( lexical, syntax, and semantic) of compilation.

There are six main types of tokens in C. Read more.

https://codiens.com/c-tokens/