Tuesday, May 7, 2013

Compilation Process

Compilation:

A "C" program consistbof source code inone or more files.

In each source files is run through the preprocesser and compiler resulting in a file containing object code.

Object files are tide together by the linker to form a single executable program.



 

No comments:

Post a Comment