C Tokens in c language

 Smallest individual unit in a c language is called C Tokens. 

                                  Or

Tokens are the smallest elements of a program, which are meaningful to the compiler.


The following are the types of tokens: Keywords, Identifiers, Constant, Strings, Operators, etc.

Comments

Popular posts from this blog

For loop in c /c++

While loop in C/C++