Compilers
August 7, 2024Software-Engineering
August 7, 2024Compiler-Design
|
Question 16
|
In a compiler the module the checks every character of the source text is called:
|
The code generator.
|
|
|
The code optimizer.
|
|
|
The lexical analyser.
|
|
|
The syntax analyser.
|
Question 16 Explanation:
Lexical analyzer phase checks every character of text to identify tokens.
Correct Answer: C
Question 16 Explanation:
Lexical analyzer phase checks every character of text to identify tokens.
