Computer Science, asked by asifsha9048, 9 months ago

what are token?what are different types of tokens used in c++​

Answers

Answered by Purnitaroymahapatra
2

Explanation:

The C++ parser recognizes these kinds of tokens:

Keywords.

Identifiers.

Numeric, Boolean and Pointer Literals.

String and Character Literals.

User-Defined Literals.

Operators.

Punctuators.

Answered by ʙᴇᴀᴜᴛʏᴀɴɢᴇʟ
4

Answer:

  • The C++ parser recognizes these kinds of tokens:
  • Keywords.
  • Identifiers.
  • Numeric, Boolean and Pointer Literals.
  • String and Character Literals.
  • User-Defined Literals.
  • Operators.
  • Punctuators.
Similar questions