What is the execution procedure? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

What is the execution procedure?

21st Jan 2018, 9:32 AM
Abhay Shenoy
Abhay Shenoy - avatar
1 Resposta
+ 13
Compiling a C program is a multi-stage process. At an overview level, the process can be split into four separate stages: Preprocessing, compilation, assembly, and linking. Traditional C compilers orchestrate this process by invoking other programs to handle each stage. https://www.calleerlandsson.com/the-four-stages-of-compiling-a-c-program/
21st Jan 2018, 9:35 AM
Scooby
Scooby - avatar