Computer Science, asked by deepaksassan01, 8 months ago

what is difference between interpreter and compiler
(6 points)

Answers

Answered by sushma24jangra
1

Answer:

Interpeter: Changes the program line by line

Compiler: Changes the whole program at once

Explanation:

Hope it should help you

Answered by Anonymous
4

Answer:

Interpreter converts a high level language program into machine language. It translates line by line, executes the instruction , and then repeats the prodecure for the remaining instructions. While, compiler also converts a high level language . But it translates the whole program at once. It reports program errors to the user along with the line numbers on which the error occurred.

Similar questions