Showing posts with label What Is Compiler. Show all posts
Showing posts with label What Is Compiler. Show all posts

Saturday, September 5, 2015

What is Compiler ?

A compiler is a computer program which converts source code into object code


or
A compiler is a program that translates a source program written in some high-level programming language (such as Java) into machine code for some computer architecture (such as the Intel Pentium architecture). The generated machine code can be later executed many times against different data each time.