Saved Bookmarks
| 1. |
What are the different tokens available in C++? |
|
Answer» A token is a group of characters that logically belong together. C++ uses the following types of tokens. Keywords, Identifiers, Literals, Punctuators, and Operators. |
|