Posts

Showing posts with the label Compiler

4. What is Compiler ?

A compiler is a computer program that translates computer code written in one programming language (the source language) into another programming language (the target language). The name compiler is primarily used for programs that translate source codefrom a high-level programming language to a lower level language (e.g., assembly language, object code, or machine code) to create an executable program .