1.

What is Pass 2?(a) Assemble instruction and generate data(b) Perform processing of assembler(c) Write the object program(d) All of the mentionedThe question was posed to me during an online exam.Query is from Syntax-Directed Definitions and Translations in portion Syntax Directed Definition and Translations of Compiler

Answer»

Correct choice is (d) All of the mentioned

For explanation: A multi-pass COMPILER is a type of compiler that processes the source CODE or abstract SYNTAX TREE of a program several times. Each pass takes the result of the previous pass as the input and creates an intermediate output.



Discussion

No Comment Found

Related InterviewSolutions