1.

Compare interpreters and compilers.

Answer»
S.noInterpretersCompilers
1.Deal with the way CODE GETS executedCheck the syntax of the program
2.Executes programs WRITTEN in a source LANGUAGEConverts source language into object language.
3.Converts one line at a timeConverts ENTIRE program in one time


Discussion

No Comment Found