Define Compilation in Computer ?
Answers
Answered by
1
Answer:
In computing, a compiler is a computer program that translates computer códe written in one programming language into another language. The name "compiler" is primarily used for programs that translate source c.ode from a high-level programming language to a lower level language to create an executable program.
Answered by
1
Answer:
Compilation is the process the computer takes to convert a high-level programming language into a machine language that the computer can understand. The software which performs this conversion is called a compiler.
Similar questions