Difference between compiler and interpreter and assembler ppt
Answers
Answered by
0
The main difference between a compiler and an interpreter is when they execute the code. With an interpreter, the code is executed right away with the interpreting passing the interpreted code to the computer. In comparison, a compiler doesn’t execute the code. Instead, it writes the finished code into the disk.
Similar questions