Concept Flow - Splitting code into multiple files
Start: main.c
Include header.h
Call function from utils.c
Link all files
Run program
Output result
The main file includes a header to use functions from another file. The compiler links all files to create the final program.