Saturday, January 21, 2012

Compiler:

A compiler converts all the source code into machine code, creating an executable file. Compiler reads whole program before converting it into object code and finds maximum errors in it. The contents of this executable file are called Object Code. C language requires a compiler.

No comments:

Post a Comment