Computer Science, asked by riya3949, 1 year ago

write the two differences between compiler and assembler​

Answers

Answered by sujit35729
3

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....

Answered by ayushman1077
3

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........


ayushman1077: Please Mark Me As Brainlest
Similar questions