C TOKENS?
As in English Language,In a Passage of text,individual word and punctuation marks are called Tokens.
Similarly ,in a C Program the smallest individual units are known as C tokens.
That is C tokens are similar to the words of a language. Using this words we can write our program/Instructions for computer.
C has six Type of Tokens as described below.
C Programs are written using these tokens and the syntax of the Language.
C TOKENS:-
1.Keywords
2.Identifiers
3.Constants
4.Strings
5.Special Symbols
6.Operators
links
-----------
No comments:
Post a Comment