A language processor that translates an entire program written in a high level language in to a machine is
Answers
Answered by
0
Answer
Compiler
please make me brainlist
Answered by
4
Explanation:
The language processor that reads the complete source program written in high level language as a whole in one go and translates it into an equivalent program in machine language is called as a Compiler.
Example: C, C++, C#, Java
In a compiler, the source code is translated to object code successfully if it is free of errors. The compiler specifies the errors at the end of compilation with line numbers when there are any errors in the source code. The errors must be removed before the compiler can successfully recompile the source code again.>
Similar questions