What is the exact difference between compiler and interpreter
Answers
Answered by
1
Compiler - It translates the code as a whole
Interpreter - It translates the code line-by-line
Compiler - It displays all the errors together at a time
Interpreter - It displays the error of one line and stops translating till that error is fixed
Similar questions