what is the difference between
assemblers and compilers? How are they different from interpreters ?
Answers
Answered by
1
Answer:
A compiler is a software that converts programs written in a high level language into machine language. An interpreter is a software that translates a high level language program into machine language while an assembler is a software that converts programs written in assembly language into machine language.
Answered by
1
Explanation:
A compiler is a software that converts programs written in a high level language into machine language. An interpreter is a software that translates a high level language program into machine language while an assembler is a software that converts programs written in assembly language into machine language.
Similar questions