Compiler Construction First Assignment
Compiler Construction First Assignment
Compiler Construction
Submitted by M.Waqas
Reg No Sp07-Bcs-029
Reserved word is a special word that cannot be A keyword is a word that is special only in
used as a user-defined name. certain contexts
Reserved words that are intended for possible keyword is extremely rarely used
use in future versions.
Parameter Argument
The parameter attribute specifies names for An argument is an entity used to pass the data
constants. from calling function to the called function
There are many types of parameters ,template There are two type formal argument ,actual
type ,non template ,template ,template argument
parameter
All function declarations for one particular An argument is one of the following: an
function must have the same number expression in the comma-separated list in a
and type of parameter, and must have the function call; a sequence of one or more
same return type. preprocessor tokens in the comma-separated
list in a macro call;
The term parameter refers to any declaration within
the parentheses following the function name in a
function declaration or definition