What statement is used in the linking system
Answers
Answered by
1
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.
An illustration of the linking process. Object files and static libraries are assembled into a new library or executable
A simpler version that writes its output directly to memory is called the loader, though loading is typically considered a separate process.[1][2]
Similar questions