Answer to Question #64682 in C for mehdi

Question #64682
list all types of tokens in the c language ? and for each type list its attribute ?
1
Expert's answer
2017-01-19T06:30:55-0500
List of tokens in C language:
1. Keywords
2. Identifiers
3. Constants
4. Strings
5. Special symbols
6. Operations

Each token has the same list of attributes:
1. Type of of the token (the return value is TokenType)
2. Text that token consists of (the return value is String)
3. Line number of the token (the return value is int)
4. Column number of the token (the return value is int)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS