InterviewSolution
Saved Bookmarks
| 1. |
A non relocatable program is the one which?(a) Cannotexecute in any area of storage other than the one designated(b) Consists of a program andinformation for its relocation(c) None of the mentioned(d) All of the mentionedThis question was posed to me by my school principal while I was bunking the class.I would like to ask this question from Implementation of the Translation Specified by Syntax-Directed Definitions in chapter Syntax Directed Definition and Translations of Compiler |
|
Answer» RIGHT option is (a) CANNOTEXECUTE in any area of storage other than the one designated For explanation: A non reloadable program is one which cannot be made to EXECUTE in any area of storage other than the one designated for it at the time of its CODING or TRANSLATION. |
|