Computer Science, asked by ejazfatma675, 6 months ago

Q1. What are language processors? State any four difference between Compiler

and Interpreter. ​

Answers

Answered by BhattiSpy
1

Difference between Compiler and Interpreter

Interpreter translates just one statement of the program at a time into machine code.

Compiler scans the entire program and translates the whole of it into machine code at once.

Similar questions