2

A more useful minimal C program

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

/* Sample program */

main()

printf is the C function that prints out its given arguments


drago@scri.fsu.edu
Jan. 1997