GATE 2011
Question 14
|
In a compiler, keywords of a language are recognized during
parsing of the program
|
|
the code generation
|
|
the lexical analysis of the program
|
|
dataflow analysis
|
Question 14 Explanation:
Any identifier is also a token so it is recognized in lexical Analysis.
Correct Answer: C
Question 14 Explanation:
Any identifier is also a token so it is recognized in lexical Analysis.