Changes

Jump to navigation Jump to search
12 bytes added ,  01:12, July 25, 2007
m
fixing indirect wikilink to direct wikilink
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.  Historically, an assembler is also needed, but newer compilers often integrate the assembler and linker functions together.
+
The following is an example of a C program that when compiled and executed prints the words "Hello world" to the screen.  A "C" [[Compilation|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>

Navigation menu