

InterviewSolution
Saved Bookmarks
1. |
Which phase of compiler includes Lexical Analysis?(a) 1(b) 2(c) 3(d) Its primary function, not in any phaseThe question was asked during an online exam.I would like to ask this question from Lexical Analysis topic in division Regular Expressions and Languages of Automata Theory |
Answer» RIGHT answer is (a) 1 The best EXPLANATION: The first phase of compilation process is called lexical analysis. It fragments the SOURCE code into TOKEN which is the smallest programming unit of a program. |
|