80.5k views
2 votes
What converts source code onto object code

User Tat
by
8.5k points

1 Answer

5 votes

Answer:

The Compiler

Step-by-step explanation:

A compiler takes the program code (source code) and converts the source code to a machine language module (called an object file). 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

User Antoine Floury
by
8.3k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.