INTERPRETER


WHAT IS INTERPRETER IN PROGRAMMING?

INTERPRETERS An interpreter is another type of program translator used for higher level languages into machine level language. It takes one statement of higher level language and translate it into machine language which is immediately execute it. Translation and execution are carried out for each statement. It differs from compiler, […]