Sunday, 7 September 2014

Difference between Compiler & Interpreter .

KNOW WHAT IS THE WORK OF COMPILER & INTERPRETER

  • Compiler & Interpreter .both are the used to convert the code of the high level language into machine language .
  • The high level program is known as source program & the corresponding machine language program is known as object program.

DIFFERENCE BETWEEN THE WORK OF COMPILER & INTERPRETER

  • A compiler searches all the errors of program and lists them.if the program is error free then it converts it into machine code & then the program can be executed by separate commands .
  •  An  Interpreter checks the statement by statement. when it founds that the statement have not any error then it converts it into the machine code ,this process continues until the last statement .

0 comments:

Post a Comment