Computer Science, asked by Boanerges77, 1 year ago

What's the difference between Compiler and interpreter?

Answers

Answered by mdjahanzaib
2

Answer:

Compiler reads the program before execution and identify all error at once, at contrast interpreter done compilation and interpretation at once and identify error of each line one by one.

E.g of Compiler  are C, C++, C#.

E.g of Interpreter are Python, PHP

Explanation:

Similar questions