MCQOPTIONS
Saved Bookmarks
| 1. |
Incremental-Compiler is a compiler |
| A. | which is written in a language that is different from the source language |
| B. | compiles the whole source code to generate object code afresh |
| C. | complies only those portions of source code that have been modified |
| D. | that runs on one machine but produces object code for another machine |
| Answer» D. that runs on one machine but produces object code for another machine | |