Tuesday, 13 September 2011

C,C++ compiler



C,C++ COMPILERS
           A compiler is a computer program that transforms human readable source code of another computer program into the machine readable code that a CPU can execute.
The act of transforming source code into machine code is called "compilation". This is the opposite to the process of interpretation.

No comments: