Computer Science, asked by mahisri79, 6 months ago


____ translates one line of a program at a time and reports the error once it
is encountered,​

Answers

Answered by jeonjk0
2

Answer:

Difference between Compiler and Interpreter –

A compiler is a program which coverts the entire source code of a programming language into executable machine code for a CPU. interpreter takes a source program and runs it line by line, translating each line as it comes to it.

Answered by kachhapswati6
0

Explanation:

– translate one line of a program at a time and report the error once it is encountered.

Similar questions