InterviewSolution
Saved Bookmarks
| 1. |
A non relocatable program is the one which?(a) Cannot execute in any area of storage other than the one designated(b) Consists of a program and information for its relocation(c) None of the mentioned(d) All of the mentioned |
|
Answer» Right option is (a) Cannot execute 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. |
|