What are the stages for copulation and linking
Answers
Answered by
1
Answer:
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. The process of translating the source code into an object file is called compiling.
Answered by
19
Explanation:
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. The process of translating the source code into an object file is called compiling
Similar questions