differentiate compiler and interpreter with examples
Answers
Answered by
0
Answer:
A compiler generates the error message only after it scans the complete program and hence debugging is relatively harder while working with a compiler. Interpreters are used by programming languages like Ruby and Python for example. Compliers are used by programming languages like C and C++ for example.
Answered by
0
Answer:
A compiler generates the error message only after it scans the complete program and hence debugging is relatively harder while working with a compiler. Compliers are used by programming languages like C and C++ for example...
Interpreters are used by programming languages like Ruby and Python for example.
Similar questions