Computer Science, asked by vinay266485, 2 months ago

differentiate compiler and interpreter with examples​

Answers

Answered by shraddha837
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 imaprincess
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