InterviewSolution
Saved Bookmarks
| 1. |
When expression sum=3+2 is tokenized then what is the token category of 3?(a) Identifier(b) Assignment operator(c) Integer Literal(d) Addition Operator |
|
Answer» Right answer is (c) Integer Literal To elaborate: Lexeme Token category |
|