Computer Science, asked by sirajmalik, 7 months ago

no computer program can be executed before it is​

Answers

Answered by jjaajjajaja36
1

Answer:

Interpreters are used to execute source code from a programming language line-by-line. The interpreter decodes each statement and performs its behavior. ... By contrast, compiled computer programs need no compiler present during execution. Just in time compilers pre-compile computer programs just before execution.

Similar questions