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.
Syntax
- token:
keyword
identifier
constant
string-literal
operator
punctuato
0 comments:
Post a Comment