Types of Tokens in C++ programming

The smallest unit of a program in C ++ is called a tokens.

A token is a group of characters that logically belong together. The programmer can write a program using tokens.

INDEX –

Types of tokens in c++ programming
Keywords
Operators
Strings
Constants
Identifiers
Special characters