Computer Science, asked by sitac9205, 1 day ago

How interpreter makes debuging easier than compiler?​

Answers

Answered by amritanshwiverma84
1

Answer:

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.

Explanation:

hope it helps you

Similar questions