Computer Science, asked by adhubala4344, 1 year ago

Define specification of tokens in system programming

Answers

Answered by Anonymous
0
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
Answered by wwwsadyad10155
0

Answer:

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

Identifiers

Keywords

Constants

Operators

Special characters

Explanation:

Similar questions