Describe how to open, write data to, and read data from text files
So far we've discussed how a C program can:
Read from stdin
Write to stdout
Write to stderr
Now: How a C program can read from or write to other streams/files
Copyright © 2009 by Robert M. Dondero, Jr.