InterviewSolution
Saved Bookmarks
| 1. |
What is the disadvantage of ” Compile and GO ” loading scheme?(a) Memory is wasted because the case occupied by the assembler is unavailable to the object program(b) Necessary to translate the users program(c) It is very difficult to handle multiple segments, even when the source programs are in different languages and to produce orderly modular programs(d) All of the mentionedThe question was asked during an internship interview.The above asked question is from Implementation of the Translation Specified by Syntax-Directed Definitions in section Syntax Directed Definition and Translations of Compiler |
|
Answer» Right answer is (d) All of the mentioned |
|