What is the difference between assembler, compiler and interpreter?

Views 1815

Answer:

  • Assembler is a program that converts assembly level language (low level language) into machine level language.
  • Compiler compiles entire C source code into machine code.
  • Whereas, interpreters converts source code into intermediate code and then this intermediate code is executed line by line.

Related Articles:

This section is dedicated exclusively to Questions & Answers. For an in-depth exploration of C Programming Language, click the links and dive deeper into this subject.

Join Our telegram group to ask Questions

Click below button to join our groups.