0
What is token?? Elaborate briefly
I want the answer of this question
2 Answers
+ 6
A token is source-program text that the compiler does not break down into component elements.
The keywords, identifiers, constants, string literals, and operators are the examples of tokens. Punctuation characters such as brackets ([ ]), braces ({ }), parentheses (Â ( )Â ), and commas (,) are also tokens.
+ 2
http://www.cppforschool.com/tutorial/basic.html
look for Tokens, keywords, identifiers, literals in thepage linked.