Computer Science, asked by stanish921, 5 months ago

what are the basic steps in the exe cution of c programme

Answers

Answered by chawlachawla1100
4

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:

shyd apko isse hlp mil jayee

Answered by neelamb42439
1

Answer:

Steps for c program execution

Steps for C Program Execution.

Basic Steps of execution Creating the program Compiling the program Link the program with functions that are needed from c library Executing the program.

Similar questions