Question d’entretien chez HCLTech

Describe the C language compilation process.

Réponse à la question d'entretien

Utilisateur anonyme

15 mars 2017

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.