Explain briefly about Linker.
Answers
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
Answer:
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.
⭐️• The input to the linker is the output from the compiler, either directly as object files ( .o ) are within libraries ( . a and . Often a linker command will have a single .o file that contains the main program plus a list of libraries. ... The output from the linker is the executable or program.
⭐️•Linker: Combines all of the object files for one program into a single object file. Linker output is complete and self-sufficient.