The ________ scans the entire C program and translates it as a whole into machine code.
Answers
Answered by
15
ANSWER : Compiler ............,.......
Answered by
3
The compiler scans the entire C program and translates it as a whole into machine code.
We write a computer program in high level language which is also known as source code.This needs to be converted into machine code for the computer to understand it. This is accomplished by compilers and interpreters.
The main difference between a compiler and interpreter lies in the fact that an interpreter translates one statement at a time in a program wheras a compiler scans the entire program and translates it,and therefore requires a lesser execution time.
Similar questions