Explain Interpreter
Answers
Answered by
2
Heya mate ur ansr is here:-
In computer science, an interpreter is a computer program that directly executes, i.e. performs instructions written in a programming or scripting language, without requiring them previously to have been compiled into a machine language program.
Hope it will hlp u..
Plz mark brainly!!✌✌
In computer science, an interpreter is a computer program that directly executes, i.e. performs instructions written in a programming or scripting language, without requiring them previously to have been compiled into a machine language program.
Hope it will hlp u..
Plz mark brainly!!✌✌
Answered by
4
❀ Interpreter is a language processor that translates and instruction of High level language program and immediately execute it before translating the next instruction of the source program.
❀ The process of compilation consumes lot of memory and so systems with less amount of RAM always prefer interpreters where the source code is analysed line by line and executed immediately and it reduces the need of larger Ram capacity.
Similar questions