COMPILER DESIGN

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?
A
Analysis phase
B
Synthesis phase
C
None of the mentioned
D
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.