Computer Science, asked by Anonymous, 1 year ago

What are Tokens ? Explain in brief C++ Tokens

Answers

Answered by wwwsadyad10155
5

Answer:

A programming token is the basic component of source code . Character s are categorized as one of five classes of tokens that describe their functions (constants, identifiers, operators, reserved words, and separators) in accordance with the rules of the programming language

Explanation:

Similar questions