Computer Science, asked by pcheese24, 5 months ago

What are the difference between an interpreter and a compiler?
class 11

Answers

Answered by queenshahina9
1

Answer:

Compliers and interpreters are programs that help convert the high level language (Source Code) into machine codes to be understood by the computers. ... Compiler scans the entire program and translates the whole of it into machine code at once. An interpreter takes very less time to analyze the source code.

Similar questions