Computer Science, asked by anshdeep020404, 2 months ago

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

Answers

Answered by radheshyam6441
1

Answer:

Execution Flow

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.

Similar questions