1.

In a compiler the module that checks every character of the source text is called __________(a) The code generator(b) The code optimizer(c) The lexical analyzer(d) The syntax analyzerThis question was posed to me during an online exam.Asked question is from Lexical Analyser topic in chapter Finite Automata and Regular Expression of Compiler

Answer»

The correct ANSWER is (a) The code generator

Explanation: LEXICAL ANALYSIS is the process of converting a sequence of CHARACTERS into a sequence of tokens.



Discussion

No Comment Found

Related InterviewSolutions