Which of the following statements about an interpreter is incorrect?
Explanation
Option A is true because an interpreter translates code. Option C is also true since interpreters process each statement during execution. However, option B is false because interpreters do not create an object program; that is the role of a compiler. Therefore, the incorrect statement is option B.