Computer Science, asked by chanchal8611, 9 months ago

Define tokens in C++ language ????​

Answers

Answered by emanuellalmalsawma
1

Answer:

The C++ parser recognizes these kinds of tokens: identifiers, keywords, literals, operators, punctuators, and other separators.

Explanation:

Hope it helps

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