Computer Science, asked by sssanjaykshar4490, 10 months ago

A system program that combines the separately compiled modules of a program into a form suitable for execution.

Answers

Answered by mahendrathakur762
0

Answer:

a system program that combines the centrally compiled modulus of a program into a form suitable for execution is linking

Answered by letmeanswer12
1

Linking Loader is a system program that combines the separately compiled modules of a program into a form suitable for execution.

Explanation:

  • Linking loader is a system program that compiles modules of a program separately into a type suitable for execution. Linker and loader are utility programs that play a major role in program execution. A program's source code moves in the respective order by compiler, assembler, linker, loader, before execution.
  • Linking is done at both compile-time, when the source code is converted into machine code and load time, and when the loader loads the program into memory. When compiling a program, linking is done at the last stage.

Similar questions