Computer Science, asked by devgupta6935, 1 year ago

What are the advantages of compiler over interpreter?

Answers

Answered by saurabh1854
23

Answer:

Hey mate here your answer

Explanation:

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.

Answered by StaceeLichtenstein
12

Advantages of compiler over the interpreter is given below

Explanation:

  • Compiler takes less time to translate the code it means it produce fast execution because it translated the code in single step whereas in the interpreter translate line by line so it takes more time to translate the code.
  • Compilers can generate object code  significantly more effective and easily  then the interpreter  .
  • Error are shown instantly if we used compiler however in the interpreter it takes the time.

Learn More:

  • https://brainly.in/question/2727340
Similar questions