InterviewSolution
Saved Bookmarks
| 1. |
A compiler for a high-level language that runs on one machine and produces code for a different machine is called ___________(a) Optimizing compiler(b) One pass compiler(c) Cross compiler(d) Multipass compiler |
|
Answer» The correct option is (c) Cross compiler The explanation: A compiler for a high-level language that runs on one machine and produces code for a different machine is called cross compiler. |
|