What do you mean by Compilation?
To translate the sources code of a program written in a high-level language into object code prior to execution of the program is known as compilation.The program that performs this task is known as compiler.
The compiler is the tool to convert a program written in a high level language into the sequence of machine instructions required by a specific computer to accomplish the task. This process of converting high level language to machine level is called compilation.
0 Comments