Computer Science, asked by Mansitiwari8531, 1 year ago

An interpreter is preferred to a compiler because __________ ? A. It is much helpful in the initial stages of program development b. Debugging can be faster and easier c. Both (a) and (b) d. None of these

Answers

Answered by TheRuhanikaDhawan
0

A. It is much helpful in the initial stages of program development

-----------------------------------------------------

An interpreter is preferred to a compiler because It is much helpful in the initial stages of program development

Answered by DeenaMathew
0

The answer to this from the option is Debugging can be faster and easier.

Detailed answer

The answer to this is that the interpreter Can debug faster compared to a compiler. As a single line is selected and executed at a time.

  • The job of the interpreter is to directly execute instructions that are implemented in a programming application or language.
  • An interpreter is usually built or made up by using a high level languages
  • The errors are detected and reported by the interpreter even for a single line of c.o.d.e.

Similar questions