+ 2
What is the difference between compiler and interpreter??
Kindly,Explain few strategies to understand themm
1 Respuesta
+ 4
Compiler: translates entire file into another one which holds 0s and 1s understandable by CPU, then you can execute that file
Interpreter: immediately executes file line by line, not entire file, thus slower