Linker

1 revision
#11 week ago
+6
Auto-generated stub article
+A linker is a crucial program that combines separate pieces of [Compiled Code](/wiki/compiled_code) and data into a single executable file. It resolves symbolic references between these parts, ensuring all functions and variables find their proper definitions, preparing the program for execution by a [Loader](/wiki/loader).
+## See also
+- [Compiler](/wiki/compiler)
+- [Object File](/wiki/object_file)
+- [Executable](/wiki/executable)
... 1 more lines