Tokens in C++
C++ has different types of tokens.
Tokens are the smallest different and individual independent units used in C++ program.
When the C++ compiler is processing the source code of a C++ program, each group of characters separated by white spaces is called Tokens.
The different types of tokens used in C++ are :
- Keywords
- Identifiers
- Constants
- Variables
- Operators
- Strings
- Other Separators
Prev NEXT
0 comments:
Post a Comment