InterviewSolution
Saved Bookmarks
| 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 analyzer |
|
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. |
|