Computer Science, asked by Arhamfrus, 1 year ago

Difference between interpretor and compiler.

Answers

Answered by divjot9648
1
The difference between interpretor and compiler is that interpret or checks and converts the text line by line but the compiler changes the whole paragraph or compiles the whole paragraph.

Arhamfrus: It is not the whole the answer
Answered by traplord
6
  • A compiler is a translator which transforms source language (high-level language) into object language (machine language).
  • an interpreter is a program which imitates the execution of programs written in a source language.


  • Compiler converts the whole program in one go
  • Interpreter converts the program by taking a single line at a time

  • It takes an entire program at a time.  [Compiler]
  • It takes a single line of code or instruction at a time. [Inter]

  • Comparatively faster [Compiler]
  • Slower [inter]

  • Hope You Understand
  • Thanks you
Similar questions