Computer Science, asked by nitadasghosh, 7 months ago

5. What are the advantages of working with compiler over interpreter?​

Answers

Answered by Anonymous
3

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.

Answered by anveshasingh74
0

Answer:

Hey mate here your answer

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.

Similar questions