- The characters can be used to form words, numbers , statements and expressions
- The characters in C are grouped into four categories :
- Letters / Alphabets : used for naming variables (identifiers) and keywords
- Digits : used for forming numerical constants and naming variables
- Special Symbols : used as operators
- White Spaces
- One or more characters grouped together form basic elements of C known as tokens which are used for building declarations, statements and expressions etc.
No comments:
Post a Comment