write the two differences between compiler and assembler
Answers
Compiler and Assembler plays an important role in the execution of a program. Some compilers directly generate the executable code instead of assembly code. The compiler takes the preprocessed source code and translates it into the assembly code. The assembler takes the assembly code from the compiler and translates it to the relocatable machine code. In this article, I have discussed the differences between compiler and assembler.
hope it will help you....
Difference Between Compiler and Assembler. ... The compilers can convert the human written code in the machine language directly. But the assembler can't do this at once. It converts a source code to an object code first then it converts the object code to the machine language with the help of the linker programs.
Hope It Helps You........