Compiled code generally executes faster than interpreted code.
Answers
Answered by
0
Answer:
Because of these major differences, compiled code — code that is translated and run using the compilation process — tends to run a bit faster than interpreted code. This is because the work of translating the source text into machine code has already been done, before the code is ever executed
Similar questions