An interpreter translates the whole program into an equivalent code in one go.
Answers
Answered by
1
Explanation:
language processor that reads the complete source program written in high level language as a whole in one go and translates it into an equivalent program in machine language is called as a Compiler. In a compiler, the source code is translated to object code successfully if it is free of errors
Answered by
3
Answer:
Translates program one statement at a time.
Interpreters usually take less amount of time to analyze the source code. However, the overall execution time is comparatively slower than compilers.
No intermediate object code is generated, hence are memory efficient
Programming languages like JavaScript, Python, Ruby use interpreters.
Please mark me as brainliest
Thank you and have a nice day
Similar questions