Computer Science, asked by pihu72, 1 year ago

what is the difference between an interpreter and compiler

Answers

Answered by sandeep181
8
Interpreter-it can take all the instructions at a time and do the task step by step

Compiler-it works with the help of computer languages like a High level language

nitehe: Thanku
Answered by julie2
0
interpreter-this languages processor converts a programwritten in high level language in machine language(i.e binary language which is understandable by the comp.)line by line and simultaneously executes the converted line....

compiler- this language processor converts the entire HLL into machine language program at one go
Similar questions