1.

Output file of the Lex is _________ is the input file is Sam.(a) sam(b) sam.yy.c(c) sam.lex(d) sam.objThe question was posed to me during an online interview.This key question is from Three-Address Statements topic in chapter Syntax Directed Definition and Translations of Compiler

Answer»

Correct ANSWER is (b) sam.yy.c

The EXPLANATION is: This Produce the FILE “sam.yy.c”, which we can then compile with G++.



Discussion

No Comment Found

Related InterviewSolutions