In a C source program, the basic element recognized by the compiler is the "token." A token is source-program text that the compiler does not break down into component elements.
- token:
keyword
identifier
constant
string-literal
operator
punctuato
C programs with complete theory and examples.
In a C source program, the basic element recognized by the compiler is the "token." A token is source-program text that the compiler does not break down into component elements.
keyword
identifier
constant
string-literal
operator
punctuato
0 comments:
Post a Comment