Computer Science, asked by Swapnil1jul2007, 7 months ago

What is the difference between a compiler and an interpreter?​

Answers

Answered by aqdas1205
11

Answer:

compiler

it converts the whole source program into the object program at once.

Interpreter

it converts the source program into the object program one line at a time.

Similar questions