Computer Science, asked by snehamane7249, 2 months ago

Which of the following convert source code to object code

Answers

Answered by guptasparshi016
1

compiler

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.

Answered by ROCKYCEO
1

Answer:

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.

Similar questions