Computer Science, asked by krishna5055, 7 months ago

what is linking in computer ​

Answers

Answered by jhalaksingh894
4

Answer:

In computing, a linker or link editor is a computer system program that takes one or more object files (generated by a compiler or an assembler) and combines them into a single executable file, library file, or another 'object' file.....

Answered by Anonymous
2

Answer:

In computing, a linker or link editor is a computer system program that takes one or more object files (generated by a compiler or an assembler) and combines them into a single executable file, library file, or another 'object' file.Linking is the process of collecting and combining various pieces of code and data into a single file that can be loaded (copied) into memory and executed. ... On early computer systems, linking was performed manually. On modern systems, linking is performed automatically by programs called linkers.

Similar questions