When a C program is compiled, the compiler generates object files from the source code. These object files contain references to functions that are resolved by the linker when creating the final ...