Posts

Showing posts with the label Compiler

Pictorial demo of Language Processor | Compiler

Image

What is compiler ?

Image
The compiler is the language processor which convert source codes into object codes are a whole program.

What is language processor / language translator ?

Image
The program which is used to convert the high level language in to low level language, is  called language processor or language translator. Or The program which is used to convert source code in to object code, is called language processor or language translator. There are three types of language processor:   Compiler  Interpreter   Assembler