Computer Science, asked by Maulikkapil, 6 months ago

An
converts a high leavel
language program in to machine
language , line by line,

Answers

Answered by rkpr587
2

Explanation:

The translator program that converts source code in high level language into machine code line by line is called Interpreter. A Compiler is a computer program that translates code written in a high level language to a lower level language, object/machine code.

Similar questions