C Tokens

                                           
C Tokens:
      In a passage of  a text , individual words and punctuation marks are called tokens. similarly,in a c       program the smallest individual units are known as C tokens.

      C has six types of tokens.C programs are written using these tokens and the syntax of language.


Constants:

    Constants in C programming can be interpreted as fixed value that do not change during execution         of whole program.






Comments