Q:

Indicate which of the following is not true about an interpreter?

0

Indicate which of the following is not true about an interpreter?


  1. Interpreter is a kind of translator
  2. Interpreter generates an object program from the source program
  3. Interpreter analyses each source statement every time it is to be executed
  4. All of the above

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (b).Interpreter generates an object program from the source program

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

<< A programmer, by mistakes writes a program to mult...