Distinguish among Compiler and Interpreter

Distinguish among Compiler and Interpreter?

E

Expert

Verified

Compiler:

Compiler is a program which interprets program (known source code) written in some high level language to an object code. Compiling is a process where a compiler directly interprets high-level instructions to a machine language.

Interpreter:

An interpreter interprets high-level commands to an intermediate form, after that it implements. Interpreter analyzes also executes each and every line of source code in succession, with no seems at the entire program; advantage of interpreters is that they interprets program instantly.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.