Print a copy of this page and referring to the lab exercise, answer each of the questions on your copy. (You must turn in your answers at the beginning of your laboratory session.)
1. In the iostream library, a connection between an executing program and
a file stored on disk is called an _________.
2. The operation of actually establishing a connection between a program
and a file is called _________ that connection.
3. The normal input operator (>>) skips leading white space
characters. What function member of cin can be used to read
white space characters?
4. When one is done reading from an fstream, what operation should be
performed on it?
5. How does the Caesar cipher encode a character?