0
What is a main difference between interpreter and compiler?
1 Réponse
0
interpreter translates human typed codes to machine language. A compiler is a program which interprets the human typed codes to machine language and makes these codes a computer program. The output of an interpreter can be a direct output or a program, but a compiler just makes the codes into another program which can run alone.