0% found this document useful (0 votes)
10 views2 pages

Compilation and Execution Process Overview

The document presents an overview of the compilation and execution process in programming, detailing the roles of the compiler and linker. It includes diagrams illustrating the transformation of source files into object files and ultimately into executable files, highlighting the involvement of library files. Additionally, it emphasizes modular programming through a complete compilation and execution process.

Uploaded by

aasthakg300
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views2 pages

Compilation and Execution Process Overview

The document presents an overview of the compilation and execution process in programming, detailing the roles of the compiler and linker. It includes diagrams illustrating the transformation of source files into object files and ultimately into executable files, highlighting the involvement of library files. Additionally, it emphasizes modular programming through a complete compilation and execution process.

Uploaded by

aasthakg300
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Figure 1: Overview of compilation and execution process.

Compiler Linker
Source file Object files Executable
file

Library files

Figure 2: Elaborate compilation before execution.

Pre-processor Compiler Linker


Source file Object files Executable
file

Library files Library files


Figure 3: Modular programming- the complete compilation and execution process.

Pre-processor Compiler
Source file Object files

Linker
Library files Library files Executable
file

Pre-processor Compiler
Source file Object files

Library files

You might also like