InterviewSolution
Saved Bookmarks
| 1. |
Differentiate Between Compiler And Interpreter? |
|
Answer» An INTERPRETER reads ONE instruction at a time and carries out the actions implied by that instruction. It does not PERFORM any translation. But a compiler translates the entire INSTRUCTIONS An interpreter reads one instruction at a time and carries out the actions implied by that instruction. It does not perform any translation. But a compiler translates the entire instructions |
|