Computer Science, asked by prasenjitdas007, 1 year ago

difference between assembler and compiler

Answers

Answered by Anonymous
2
compiler correct program once at all
Answered by deepshika1512
2
An interpreter continues translating the program until the first error is met, in which case it stops. Hence debugging is easy. An assembler can be considered a special type of compiler, which only translatesAssembly language to machine code. Interpreters are tools that execute instruction written in some language.
Similar questions