Computer Science, asked by 1985vendra, 5 months ago

Mention any four tokens of c++

Answers

Answered by Guru181
2

Answer:

The following tokens are available in C++ which are similar to that seen in C with the addition of certain exclusive keywords, strings, and operators:

Keywords.

Identifiers.

Constants.

Strings.

Answered by samarendradas6969
6

Answer:

four tokens of c++ :

  • Keywords.
  • Identifiers.
  • Constants.
  • Strings.
  • Special symbols.
  • Operators.
Similar questions