what is the difference between a compiled language and interpreted language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is the difference between a compiled language and interpreted language?

6th Sep 2016, 5:41 PM
vani malley
vani malley - avatar
1 Answer
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.
6th Sep 2016, 5:45 PM
Kevin McMinn
Kevin McMinn - avatar