Tuesday 11 October 2016

What is interpreter ?

Interpreter:

Interpreter is a program that also does work of compiling like compiler but the difference is that it converts only one line at one time.

The disadvantage of the interpreter is that it is slow than compiler but provide the facility to check code line by line where an error comes it stops compiling until the line is free from error.

No comments:

Post a Comment