Compiler Design

What term describes the following? a program that combines multiple object files generated by a compiler into a single executable program.

Correct answer

B. Linker

Explanation

Linker refers to a program that combines multiple object files generated by a compiler into a single executable program.