Which of the following is a linking function?
Makes address of programs known to each other is a linking function.
A linker is a computer program that takes one or more object files generated by a compiler and combine them into one, executable program. Dynamic linking is a similar process, available on many operating systems, which postpones the resolution of some symbols until the program is executed.