____________translates and executes program at run time line by line?

  • A. Compiler
  • B. Interpreter
  • C. Linker
  • D. Loader

Explanation

An interpreter translates and executes source code one statement at a time while the program runs. A compiler generally translates the program before execution and produces object or executable code.

Related questions