Computer Science, asked by my5689475, 4 months ago

do you prefer compiler or interpreter?Why​

Answers

Answered by Anonymous
20

Answer:

I'll prefer a compiler. Because:

Explanation:

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
2

COMPILER

Compilers usually take a large amount of time to analyze the source code. However, the overall execution time is comparatively faster than interpreters. No intermediate object code is generated, hence are memory efficient. Generates intermediate object code which further requires linking, hence requires more memory.

HOPE IT HELPS YOU

Similar questions