What are the tokens give an example
Answers
Answered by
0
Answer:
The tokens are the source like ticket at some places.
Answered by
3
Answer:
mark me as brainliest please
Explanation:
A token is the smallest element of a C++ program that is meaningful to the compiler. The C++ parser recognizes these kinds of tokens: identifiers, keywords, literals, operators, punctuators, and other separators. A stream of these tokens makes up a translation unit
ex:There are five types of tokens in C++ language: Keywords. Variables/Identifiers. Constants/Literals
Similar questions