Write the block diagram of a C program .
Answers
Answered by
2
Answer:
Block diagram of C Language
Featured
Block Diagram of Execution of 'C' program. The compilation and execution process of C can be divided in to multiple steps: ... Assembly - Using a Assembler program to convert assembly source code to object code. Linking - Using a Linker program to convert object code to executable code
Explanation:
Answered by
0
Explanation:
Structure is a group of variables of different data types represented by a single name. Lets take an example to understand the need of a structure in C programming. Lets say we need to store the data of students like student name, age, address, id etc.
Attachments:
Similar questions