Computer Science, asked by bhaskarkushwah4491, 1 year ago

Difference between compiler and interpreter and assembler ppt

Answers

Answered by demonsking52801
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