TOOLS AND TECHNIQUES FOR COMPILER DESIGN
MISCELLENOUS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which phase is independent of the source code?
|
Analysis phase
|
|
Synthesis phase
|
|
None of the mentioned
|
|
None of the above
|
Explanation:
Detailed explanation-1: -What are the Phases of Compiler Design? Phase 1: Lexical Analysis. Phase 2: Syntax Analysis. Phase 3: Semantic Analysis.
Detailed explanation-2: -The synthesis phase is concerned with the construction of target language statements which have the same meaning as a source statement. Typically this consist of two main activities: Creation of data structure in the target program. Generation of target code.
There is 1 question to complete.