Difference between compiler interpreter and assembler
Answers
Answered by
3
Answer:
compiler-A compiler converts the whole program into machine language in one go.It displays the errors only after the completion of the program.
Interpreter- An interpreter converts the instruction written in HLL into a machine language.It displays the errors of on line at a time and after correction of the error the control goes to the next line.
Assembler-An assembler is a program that helps to translate instructions written in assembly language.
Answered by
0
compiler-A compiler converts the whole program into machine language in one go.It displays the errors only after the completion of the program.
Interpreter- An interpreter converts the instruction written in HLL into a machine language.It displays the errors of on line at a time and after correction of the error the control goes to the next line.
Assembler-An assembler is a program that helps to translate instructions written in assembly languages.
Similar questions