Computer Science, asked by dryashkumar123, 11 months ago

What is interpreter ? How is it different from a compiler.

Answers

Answered by heeya84
13

Answer:

A translator program that translates and executes a low level language program from a high level language program line by line is called interpreter.

It is different from compiler because a compiler is a generates program that generates and executes a low level language program at once.

Answered by pranavgahlaut97
1

Answer:

A translator program that translates and executes a low level language program from a high level language program line by line is called interpreter.

Explanation:

Similar questions