explain difference between compiler and interpeter
Answers
Answered by
6
Answer:
The main difference is that an interpreter directly executes the instructions in the source programming language while a compiler translates those instructions into efficient machine code. An interpreter will typically generate an efficient intermediate representation and immediately evaluate it.
Explanation:
always ready to give your questions solution..!
follow me @mrkelvin
make me brainliest also
Answered by
0
Answer:
translate the the whole program code and produces a list of errors. Once the program is error free, the exhaustable code is generated it is known as compiler
it is is used to convert programming language into machine language translate a statement at a time and excuse it
Similar questions