Computer Science, asked by welcomearunagap3qhb1, 1 year ago

define token in C ++

Answers

Answered by kashzade
5

In c++ same token use which is present in c programming language, they are given in below : -

Identifiers

Keywords

Constants

Operators

Special characters

Answered by wwwsadyad10155
4

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