write two differences between interpreter and compiler
Answers
Answered by
10
hence both interpreter and compiler used to translate machine language or high level language. a computer can only understand high level language.
the difference between interpreter and compiler is,
interpreter translate the statement one by one while compiler scan all the statement and translate at once
the difference between interpreter and compiler is,
interpreter translate the statement one by one while compiler scan all the statement and translate at once
Answered by
32
INTERPRETER- 1)This translator program translates line by line.
2) Interpreter programs are preferred for beginners and are slow in execution speed.
COMPILER- 1) Complier is a translator program which translates the whole program at once.
2) It execution is very fast.
2) Interpreter programs are preferred for beginners and are slow in execution speed.
COMPILER- 1) Complier is a translator program which translates the whole program at once.
2) It execution is very fast.
Similar questions