C & I


compiler:
Compilers are used to convert the high level languages into machine code and machine language into high level language.
It converts the entire high level code into machine code at a time and if the code contains any syntax errors then it reports at the end of the compilation.

Interpreter:
This is also used to convert the high level program into machine code. But it checks for errors, statement by statement and converts into machine code if the statement is correct. If an error is occurred, then the program conversion stops at the erroneous statement. It is slow process when comparing with compiler

SHARE

About df

    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment