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.
Even punctuation CHARACTERS are also considered as tokens – Brackets, COMMAS, BRACES and Parentheses.

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.
Even punctuation characters are also considered as tokens – Brackets, Commas, Braces and Parentheses.



Discussion

No Comment Found