Computer Science, asked by anshu8613, 1 year ago

what is the difference between an interpreter and a compiler

Answers

Answered by sagarkes
39
Interpreter converts high level language to low level language line by line
Compiler converts high level language to low level language directly.
Answered by aayush82
23
Difference between an interpreter and a compiler ......

Interpreter converts the program by taking a single line at a time .

Compiler converts the whole program in one go on the other hand.

Hope it helps you......
Similar questions