Indicate which, of the following, in not true about an interpreter
Indicate which, of the following, in not true about an interpreter Correct Answer Interpreter generates an object program from the source program
Interpreter does not take up the whole of the source code and goes on converting it into the object code. It basically works on a single instruction at a time and translates it first, and then it proceeds further with the next instruction.