Skip to content
Snippets Groups Projects
Exercise_1_T4 362 B
Newer Older
RIZKALLAH ROUBA's avatar
RIZKALLAH ROUBA committed
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.