Computer Science, asked by gopaghosh55, 5 months ago

interpreter and compiler​

Answers

Answered by unicorn276
4

Explanation:

In computer science, an interpreter is a computer program that directly executes instructions written in a programming or scripting language, without requiring them previously to have been compiled into a machine language program.

Answered by Anonymous
17

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.

Hope it will help you Mark me as brainlist

Similar questions