Mention any four tokens of c++
Answers
Answered by
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
6
Answer:
four tokens of c++ :
- Keywords.
- Identifiers.
- Constants.
- Strings.
- Special symbols.
- Operators.
Similar questions