Next: CreatingCompiling and Running Your Program Up: The C Program Previous: The Minimum C Program

A more useful minimal C program

This program produces some output by printing to the command line:

printf is the C function that prints out its given arguments (See Section ).


Dave.Marshall@cm.cf.ac.uk
Fri May 20 13:40:49 BST 1994