InterviewSolution
Saved Bookmarks
| 1. |
What Are Tokens? |
|
Answer» Token is recognized by a compiler and it cannot be broken down into component ELEMENTS. Keywords, identifiers, CONSTANTS, string literals and operators are examples of tokens. Token is recognized by a compiler and it cannot be broken down into component elements. Keywords, identifiers, constants, string literals and operators are examples of tokens. |
|