Computer Science, asked by gyaneshwarrao1596, 10 months ago

What are the functions of an interpreter?

Answers

Answered by SrivastavaSaksham
5

Answer:

H!

Explanation:

The interpreter converts the source code line-by-line during RUN Time. Interpret completely translates a program written in a high-level language into machine level language. Interpreter allows evaluation and modification of the program while it is executing.

THANK YOU

Answered by marishthangaraj
0

What exactly is an interpreter?

An interpreter executes instructions written in a programming or scripting language directly rather than translating them to object code or machine code first.

Interpreters' responsibilities:

  • Interpreters are in charge of ensuring that information is appropriately transformed into the target language.
  • To guarantee that there are no misunderstandings.
  • We assumed that the interpreter should be fluent in both languages.
  • However, an interpreter must have a specialised understanding of the language and the abilities required for their interpreting services.

#SPJ2

Similar questions