The compiler for high level language that runs on one machine and produces…
2023
The compiler for high level language that runs on one machine and produces code for another machine is called
- A.
Cross Compiler
- B.
Multipass Compiler
- C.
Optimizing Compiler
- D.
One pass Compiler
Attempted by 113 students.
Show answer & explanation
Correct answer: A
A compiler that runs on one machine and produces code for another different machine is known as a cross compiler. This differs from native compilers which generate code for the same architecture they run on.
A video solution is available for this question — log in and enroll to watch it.