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 again after the program is done.


craa27@strath.ac.uk
Tue Jan 17 11:40:37 GMT 1995