define token in C ++
Answers
Answered by
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
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