Borland C++ Builder: The Complete Reference
thought of as the program. The source code is input
into the C compiler.
machine code, which the computer can read and
execute directly. Object code is the input to the linker.
together into one program. It combines the functions in
the standard C library with the code that you wrote.
The output of the linker is an executable program.
used by your program. These functions include all I/O
operations as well as other useful routines.
compiled. A common occurrence during compile time
is a syntax error.