In this Blog we learn about
- what is compiler
- what is interpreter
- what is assembler
Translator:
basically translator is used to convert high level language into low level language and we have three types of translator.
Compiler:
compiler read the whole program which is written in high level language and convert into low level language.if any type of error occurs tell after compile the program.
Interpreter:
in this check line by line if error is occur first solve error and then convert high level language into low level language.
Assembler:
assembler is used to convert assembly language into machine language.