Computer Science, asked by za4046707, 2 months ago

what is the differnce between compilation and execute​

Answers

Answered by Anonymous
3

Answer:

Program execution is separate from the compilation. It performed only after the entire output program is compiled. Program Execution is a part ofInterpretation process, so it is performed line by line. Target program executeindependently and do not require the compiler in the memory.

Similar questions