Question:

Which compiler runs on one machine and generates code for multiple machines?

Show Hint

Cross compiler = host ≠ target; used for cross-platform builds.
Updated On: June 02, 2025
  • Multi pass compiler
  • Cross compiler
  • Optimized compiler
  • Portable compiler
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

A cross compiler is designed to run on one platform but produce executable code for another. Common in embedded system development.
Was this answer helpful?
0
0

TS PGECET Notification