Concept Flow - Linking multiple files
Write code in file1.c
Write code in file2.c
Compile file1.c and file2.c separately
Link object files together
Create executable
Run executable
Code is written in separate files, compiled into object files, then linked together to form one executable program.