Compiler vs interpreter
Compiler is a computer program that translates a program written in a high-level language to the machine language of a computer which can easily understand by the machine or computer .
The high-level program is referred to as the "source code".The compiler is used to translate source code into machine code or compiled code. This does not yet use any of the input data. When the compiled code is executed, referred to as 'running the program,' the program processes the input data to produce the desired output.
Interpreter is a computer program that directly executes instructions line by line written in a programming language, without requiring them previously to have been compiled into a machine language program.
Instagram 👇
Good
ReplyDelete