Site hosted by Angelfire.com: Build your free website today!



Next: Constant and Variable Up: Using C with Previous: Improved Type Checking

Running the Program

To run a program under UNIX you simply type in the filename. So to run program testprog, you would type


testprog

or if this fails to work, you could type


./testprog

You will see your prompt after the program is done.