Tuesday 12 February 2013

Tokens in C++ Programming Language



A token is an individual element in a program. More than one taken can appear in a single line separated by white spaces. White space may be blank, carriage return or tab. The possible C++ tokens are

1) keywords
2) identifiers
3) constants
4) operators
5) strings

0 comments:

Post a Comment

Powered by Blogger.