Computer Science, asked by cananya239, 6 hours ago

different between an inter printer and a compiler​

Answers

Answered by MrTSR
0

Difference between Interpreter & Compiler

Interpreter :-

  • Translates high level language into machine c0de.
  • Translates the program line by line.
  • It is needed every time you run the program.
  • The execution time is more and it is good for fast debugging.

Compiler :-

  • It also translates high level into machine c0de.
  • Scans the entire program first and then translates into machine c0de.
  • It is needed only once to create an executable file.
  • The execution time is less and it is slow for debugging because it corrects the errors.
Similar questions