what r complex tokens in c++
Answers
Answered by
9
Hey !
_____________________________________________
☆ complex tokens in c++.
☆ A token is the smallest element of aC++ program.
------Tokens in C++ -------
1. Blanks
2. Horizontal or vertical tabs
3. New lines
4. Formfeeds
5. Comments
_____________________________________________
☆ Preprocessing tokens are used in the preprocessing phases to generate the token stream passed to the compiler.
☆ The preprocessing token categories are header names, identifiers, preprocessing numbers, character literals, string literals, preprocessing operators and punctuators, and single non-white-space characters that do not match one of the other categories.
☆ Character and string literals can be user-defined literals.
☆ Preprocessing tokens can be separated by white space or comments.
☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆
_____________________________________________
☆ complex tokens in c++.
☆ A token is the smallest element of aC++ program.
------Tokens in C++ -------
1. Blanks
2. Horizontal or vertical tabs
3. New lines
4. Formfeeds
5. Comments
_____________________________________________
☆ Preprocessing tokens are used in the preprocessing phases to generate the token stream passed to the compiler.
☆ The preprocessing token categories are header names, identifiers, preprocessing numbers, character literals, string literals, preprocessing operators and punctuators, and single non-white-space characters that do not match one of the other categories.
☆ Character and string literals can be user-defined literals.
☆ Preprocessing tokens can be separated by white space or comments.
☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆
Anonymous:
thxx
Similar questions