Advertisements
Advertisements
Question
Differentiate compiler and interpreter.
Distinguish Between
Advertisements
Solution
Compiler:
- It converts the whole program at a time
- It is faster
- Error detection is difficult. Eg. C++
Interpreter:
- line by line execution of the source code.
- It is slow
- It is easy Eg. Python
shaalaa.com
Is there an error in this question or solution?
