#tokensinc
Explore tagged Tumblr posts
codiens2 · 4 years ago
Photo
Tumblr media
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.
1 note · View note