What are the basics steps in the execution of C program?
Answers
Answered by
5
Answer:
C program (source code) is sent to preprocessor first. ...
Expanded source code is sent to compiler which compiles the code and converts it into assembly code.
The assembly code is sent to assembler which assembles the code and converts it into object code
Explanation:
it's my pleasure to help you.
please mark me as a brainliest.
Similar questions