Compiler and lnterpreter
Answers
Answered by
0
Answer :;Interpreter translates just one statement of the program at
Answered by
2
Compiler :
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 a Compiler. Example: C, C++, C#, Java.
In computer science, an interpreter is a computer program that directly executes instructions written in a programming or scripting language, without requiring them previously to have been compiled into a machine language program.
Similar questions