InterviewSolution
Saved Bookmarks
| 1. |
A loader is a program that _________(a) Program that places functions into memory and prepares them for execution(b) Program that automates the translation of assembly language into machine language(c) Program accepting another program written in a high level language and produces as object program(d) None of the mentionedThe question was posed to me in examination.The question is from LR Parser in section Bottom Up Parsing of Compiler |
|
Answer» The correct option is (a) Program that places functions into MEMORY and prepares them for execution |
|