Difference Between Compiler and Interpreter
Difference Between Compiler and Interpreter
Difference Between Compiler and Interpreter
Basis of
Compiler Interpreter
difference
Create the program.
Compile will parse or
analyses all of the
language statements for
its correctness. If Create the Program
incorrect, throws an error No linking of files or machine code
Programming If no error, the compiler generation
Steps will convert source code to Source statements executed line by
machine code. line DURING Execution
It links different code files
into a runnable
program(know as exe)
Run the Program