Compiler Design

What does Interpreter refer to?

Correct answer

C. A program that executes source code directly, translating and running it line by line without producing a separate executable.

Explanation

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