Changes

Jump to navigation Jump to search
134 bytes added ,  03:11, July 24, 2007
→‎Example: assembler, linker, compiler
Line 2: Line 2:     
== Example ==
 
== Example ==
The following is an example of a C program that when compiled and executed prints the words "Hello world" to the screen.  A C compiler and linker is necessary to compile the program and turn it into an executable.
+
The following is an example of a C program that when compiled and executed prints the words "Hello world" to the screen.  A "C" [[compiler]] and [[linker]] is necessary to compile the program and turn it into an executable.  Historically, an assembler is also needed, but newer compilers often integrate the assembler and linker functions together.
 
<pre>
 
<pre>
 
<nowiki>
 
<nowiki>
Line 14: Line 14:  
</nowiki>
 
</nowiki>
 
</pre>
 
</pre>
      
== See also ==
 
== See also ==
20

edits

Navigation menu