DISTINGUISH BETWEEN COMPILER AND ASSEMBLER
Answers
Answered by
2
Answer:
Compiler converts the source code written by the programmer to a machine level language. Assembler converts the assembly code into the machine code. ... Assembler input assembly language code. It converts the whole code into machine language at a time.
Similar questions