Computer Science, asked by kishan710, 1 year ago

differentiate between an interpreter and a compiler

Answers

Answered by jazz66
2
Hence, a compiler or an interpreter is a program that converts program written in high-level language into machine code understood by the computer. Scans the entire program and translates it as a whole into machine code. It takes less amount of time to analyze the source code but the overall execution time is slower.
Answered by sunilshukla708pdce09
3
Interpreter is language translater which convert HLL into LLL and LLL into HLL line by line
compiler is language translater which convert HLL into LLL and LLL into HLL whole at one's
Similar questions