kavyashreeKnowledge Contributor
A system program that combines the separately compiled modules of a program into a form suitable for execution
A system program that combines the separately compiled modules of a program into a form suitable for execution
You would typically use a linker to combine separately compiled modules of a program into a form suitable for execution. It is a system program that combines separately compiled code into a single executable program.