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