Questionsforum
What is difference between compiler and interperter?

What is difference between compiler and interperter?



On 2014-06-21 00:54:48.0
brajeshkumar


Compiler 1.Compiler is something which checks and presents compilation error for the whole program at a time. 2.Compiler is a bit faster.

Intepreter 1.Interpreter is something which reads the line of code one by one and if error it stops reading its next line of code until the error being solved. 2. Interpreter is a bit slower. 3. It takes a lot of time



On 2014-06-21 09:09:33.0
sushant

copyright@questionsforum.net