C Intro
C Intro
Introduction
C Tokens
In a C program, a collection of all the
keywords, identifiers, operators, special
symbols, constants, strings, and data values
are called tokens.
Tokens are used to construct c programs and
they are said to the basic building blocks of a c
program.
In a c program tokens may contain the
following...
1. Keywords
2. Identifiers
3. Operators
4. Special Symbols
5. Constants
6. Strings
7. Data values
8. C Keywords