Computer Science, asked by shrutkirti03, 9 months ago

What are the advantages of using a compiler rather than an interpreter?

Answers

Answered by shuklashukla598
0

Answer:

it converts whole program in one go. whereas interpreter converts line by line

Answered by Rifat742
0

Answer:

compilers can produce much more efficient object code than interpreters thus making the compiled programs to run faster. Interpreters however are easier to use,particularly for beginners,since errors are immediately displayed, corrected by the user, until the program is able to be executed.

Explanation:

hope it will help u...

Similar questions