A. it places the program in the memory for execution B. relocates the program to execute from the specific memory area allocated to it C. Links the program with other programs needed for its execution D. interface the program with the entities generating its input data
Correct Answer: C
Explanation
from the name linker program, a linker program links a program with other programs needed for its execution. It does this by taking one or more objects files and combining them into a single executable file, library file, or another object file.