0
what is the difference between a compiled language and interpreted language?
1 ответ
0
Compiled- Will translate the program straight into code that is accurate to the target machine.
Interpreted- The source code is not ran straight from target machine because another program will read and then execute the original source code.