Sort by
Showing 1 out of 1 Question
384 Views
what is the difference between compiler and assembler
Hello student ,
Hello student
- Compiler is used to translate an high level programming language code to machine level code and to create an executable program. Assembler is used to translate an assembly level code to machine readable code.
- Compiler checks the error in the program and reports them. All errors are to be removed otherwise code will not be compiled and executed.Assembler too checks the correctness of each instruction and reports the diagnosis report.
- Compiler checks and converts the complete code at one time.Assembler generally does not convert complete code at one time.
- Examples for compilers are C , C++ ,JAVA COMPILERS. Examples for assemblers are GAS , GNU assemblers
Ask your Question on Exam, College & more...
Ask now