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.

References