what are the basic steps in the exe cution of c programme
Answers
Answered by
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
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