COMPILER DESIGN

INTRODUCTION TO COMPILER DESIGN

OVERVIEW OF COMPILERS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
It takes input from the previous stage, processes and yields output that can be used as input for the next stage.
A
Pass
B
Phase
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Phase : A phase of a compiler is a distinguishable stage, which takes input from the previous stage, processes and yields output that can be used as input for the next stage.

Detailed explanation-2: -Explanation: Lexical analyser takes source program as input and token as output.

Detailed explanation-3: -lexical analysis. symbol table construction. syntax analysis. semantic analysis. code generation. optimisation.

There is 1 question to complete.