Computer Science, asked by opvishal48, 5 months ago

What are the basics steps in the execution of C program?​ ​

Answers

Answered by Anonymous
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