What translates and executes the program at run-time line by line?

46. What translates and executes the program at run-time line by line?

  1. Interpreter
  2. Compiler
  3. Assembler
  4. Executor

Answer

The correct answer is: A) Interpreter

Explanation

The interpreter translates and executes a program line by line in real time, converting the source code into machine code and immediately executing each line without creating a separate executable file.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.