Compiler Design

Which term refers to a program that executes source code directly, translating and running it line by line without producing a separate executable?

Correct answer

B. Interpreter

Explanation

Interpreter refers to a program that executes source code directly, translating and running it line by line without producing a separate executable.