Question #64682

list all types of tokens in the c language ? and for each type list its attribute ?

Expert's answer

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!

LATEST TUTORIALS
APPROVED BY CLIENTS