In 'C' programming, there are used some different letters, digits and special symbol, there are called Character Set of 'C'.
In C,there are use only 93 characters as character sets.
C Character Sets: White Space Character:
There are some special type of characters which are normally provided in the program make the program segment, more visible to reader.
The white space character are new line (Enter), tab and space.
C Token:
In a passage of text, individual words and punctuation are called tokens. Similarly, in C program when some C characters are grouped as unit word that have a meaning then the smallest individual unit are called Token.
No comments:
Post a Comment