What is the program that translates source code into object code called?
What is the program that translates source code into object code called? Correct Answer Compiler
The correct answer is Compiler.
- A compiler takes the program code (source code) and converts the source code to a machine language module (called an object file).
Important Points
| Executor |
|
|---|---|
| Translator |
|
| Interpreter |
|
Additional Information
- Another specialized program, called a linker, combines this object file with other previously compiled object files (in particular run-time modules) to create an executable file.
মোঃ আরিফুল ইসলাম
Feb 20, 2025