Compilation : overview : remember
Summary
Compilation is a crucial phase in any programming process that involves translating source code written in a programming language into a lower-level code that a machine can understand and execute. The resulting output, often called 'machine' or 'object' code, is executable, thereby making your program run.