Computer Science, asked by Anonymous, 1 year ago

what r complex tokens in c++

Answers

Answered by Anonymous
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.



☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆



Anonymous: thxx
Anonymous: welcome
Anonymous: yup
Anonymous: my pleasure
Similar questions