Difference Between Compiler and Interpreter
Difference Between Compiler and Interpreter
Compiler Interpreter
Steps of Programming:
Program Creation.
Analysis of language
by the compiler and
throws errors in case
of any incorrect Steps of Programming:
statement. Program Creation.
In case of no error, Linking of files or generation of
the Compiler Machine Code is not required by
converts the source Interpreter.
code to Machine Execution of source statements one by
Code. one.
Linking of various
code files into a
runnable program.
Finally runs a
Program.