1.

A programming language is to be designed to run on a machine that does not have a big memory.(a) Prefer a 2 pass compiler(b) Prefer an interpreter(c) Not support recursion(d) All of the mentionedThe question was posed to me by my college director while I was bunking the class.Asked question is from SDT Schemes to Specify Translation of various Programming Language Construct topic in section Syntax Directed Definition and Translations of Compiler

Answer»

Right option is (d) All of the mentioned

The BEST I can explain: If a LANGUAGE designed to run on a machine then recursion should not be followed it should prefer 2 pass ASSEMBLER and prefer an interpreter to a COMPILER.



Discussion

No Comment Found

Related InterviewSolutions