+ 7
Basically, compiled code can be executed directly by the computer's CPU. That is, the executable code is specified in the CPU's "native" language (assembly language). The code of interpreted languages however must be translated at run-time from any format to CPU machine instructions. → https://stackoverflow.com/questions/2657268/whats-the-difference-between-compiled-and-interpreted-language
2nd Jul 2017, 8:42 AM
Ekansh