Created: 2023-01-10 14:53
Status: #concept
Subject: Programming
Links: C Compiler Preprocessor
Linking
A linker combines the Object Code with any additional code needed to yield a complete
.exe
Executable Program.
These include library functions specified by the libraries in the preprocessing stage.
When does Linking happen in Program Compilation?
It happens last and yields an executable program .exe
.
References
- C Programming, A Modern Approach, 2nd Edition, Chapter 2.1