What is an inter preter

An Interpreter convert the source code into machine language directly.  It does not analysis the source code for finding error. It executtes the code line by line at the time of execution. It takes more time than the compiler to execute the source code.

Post a Comment

Previous Post Next Post