Computer Science, asked by nil129, 1 year ago

what is compiler and interpreter

Answers

Answered by ayush579
5
☺️★_______‡______★☺️
Hey mate
Hence, a compiler or an interpreter is a program that converts program written in high-level language into machine code understood by the computer. The difference between an interpreter and a compiler is given below: Interpreter. Compiler. Translates program one statement at a time.
★^^^^^^^^^^^^^÷^^^^^^^^^^^^&★
Answered by aryabt2004
4

Compiler is a type of language processor which translates the high level language into machine language all in one go i.e. the whole text once. Interpreter on the other hand is a type of language processor which translates the high level language into machine language only line by line. Therefore compiler is faster.


Similar questions