Compilation and execution in C program - C tutorials
Compilation and execution ::-
A compiler is computer program which convert c program into machine language so that easily understood by computer.
A c program written in plain text. This plain text is combination of instruction in particular sequence .
The compiler perform some basic checks then finally convert into executable.
Process of compilation and execution::-
Process of compilation and execution |
Post a Comment