do you prefer compiler or interpreter?Why
Answers
Answered by
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
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