Compiler vs Interpreter
A compiler is a computer program that translates a program written in a high-level language to the machine language of a 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.
An interpreter is a computer program that directly executes instructions written in
a programming language, without requiring them previously to have been compiled into
a machine language program.
# Diffrence between Compiler and interpreter
# Difference between Compiler vs Interpreter in Shorts
# What is Compiler vs Interpreter
# what is Compiler
# What is Interpreter
C++ Programing Language