what is the difference between an interpreter and a compiler
Answers
Answered by
39
Interpreter converts high level language to low level language line by line
Compiler converts high level language to low level language directly.
Compiler converts high level language to low level language directly.
Answered by
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......
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