In computer science, Linker refers to which of the following?
- A. A compiler capable of creating executable code for a platform other than the one on which the compiler itself runs.
- B. A compiler process that verifies whether operations in a program are performed on compatible data types.
- C. A program that combines multiple object files generated by a compiler into a single executable program. ✓
- D. An intermediate, platform-independent representation of source code designed to be executed by a virtual machine.
Correct answer
C. A program that combines multiple object files generated by a compiler into a single executable program.
Explanation
Linker refers to a program that combines multiple object files generated by a compiler into a single executable program.