Previous: 3.3 Coding Programs for Readability
Up: 3 Designing Programs Top Down
Next: 3.5 Debugging Guidelines
Previous Page: 3.3.4 Conditional Compilation
Next Page: 3.4.1 Standard Files and EOF

3.4 Interacting with the Operating System

In the programs we have developed so far, we have used C library functions scanf() and printf() to perform the input and output for our programs. These library routines are simply functions that call on the facilities of the operating system to cause data to be the read from the keyboard and written to the screen. In this section we look in more detail at these features of the operating system.


tep@wiliki.eng.hawaii.edu
Wed Aug 17 08:21:42 HST 1994