Newer
Older
Compiling translates C code into object code without including the code of functions and variables from external libraries (such as stdio or stdlib) and files.
Linking will take all the previously created object code files and combine them together, along with the code of functions and variables from external libraries, resulting in a working executable file.