What term describes the following? a program that combines multiple object files generated by a compiler into a single executable program.
- A. Grammar ambiguity
- B. Linker ✓
- C. Bottom-up parsing
- D. Peephole optimization
Correct answer
B. Linker
Explanation
Linker refers to a program that combines multiple object files generated by a compiler into a single executable program.