"Z Code Writer" is an Online Blog for Programmer & Beginner. Here, You will Find tech, Build your Programming Skills and other Programming Language Like C, C++, HTML, Java Script Java Code, Web Designing and University Of Sialkot (USKT) CGPA / GPA Calculator etc.

Thursday, 20 June 2019

Different between compiler and interpreter



Compiler

Interpreter

It is translates source code into object code as a whole.
It is translates source code into object code into machine code statement by statement.
It created an object file.
It does not created an object file.
Program execution is very fast.
Program execution is slow.
Translator program is not required to run the program.
Translator program is required to run the program.
It is not easier to correct error in the source code.
It is easier to correct error in the source code.
Most of the high-level programming language have compiler program.
A few high-level programming language have interpreter program.
C and C++ compilers are example of compiler.
GWBASIC are example of interpreter.



No comments:

Post a Comment

Thanks For Visiting Here...!! I will Reply you as soon as possible.