Saved Bookmarks
| 1. |
. Differentiate between a compiler and an interpreter |
|
Answer» In contrast with a compiler, an interpreter is a program which imitates the execution of programs written in a source language. Another difference between Compiler and interpreter is that Compiler converts the whole program in one go on the other hand Interpreter converts the program by taking a single line at a time. |
|