Computer Science, asked by mandalrajuraju090, 10 months ago

Write the block diagram of a C program

Answers

Answered by Harddyharshvc
2

Answer:

Block Diagram of Execution of 'C' program. The compilation and execution process of C can be divided in to multiple steps: ... Compilation - Using a Compiler program to convert C expanded source to assembly source code. Assembly - Using a Assembler program to convert assembly source code to object code.

Similar questions