shows the status of the compilaation stage on program
Answers
Answered by
4
❥The four steps of 'compilation' are Preprocessing, compilation, assembly, and linking. 'Preprocessing' is the first step of any C 'compilation'. This process takes include-files, conditional statement instructions and macros in the source code and create output.
Similar questions