Sunday, April 12, 2009

Token of C++

Token of C++
The small individual units in a program are known as token. C++ has the following tokens:
Ø Keywords
Ø Identifiers
Ø Constants
Ø Strings
Ø Operator
A C++ program is written using these tokens, white spaces, and the syntax of the languages. Most of the C++ tokens are basically similar to the C token with the exception of some additions and minor modifications.

No comments:

Post a Comment