Computer Science, asked by Littlehacker, 5 months ago

A Compiler works faster than an Interpreter.

Answers

Answered by klal8804
4

A compiled program is faster to run than an interpreted program, but it takes more time to compile and run a program than to just interpret it. A compiler indeed produces faster programs. It happens fundamentally because it must analyze each statement just once, while an interpreter must analyze it each time

Answered by Anonymous
30

Explanation:

I hope it helps you

Attachments:
Similar questions