____ translates one line of a program at a time and reports the error once it
is encountered,
Answers
Answered by
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
0
Explanation:
– translate one line of a program at a time and report the error once it is encountered.
Similar questions