Essay
Assume you have opened and connected stream variables fileIn and fileOut.Assume further that you have finished with the input and output files.Write the statements necessary to close these files.
Correct Answer:

Verified
The calls to close a...View Answer
Unlock this answer now
Get Access to more Verified Answers free of charge
Correct Answer:
Verified
View Answer
Unlock this answer now
Get Access to more Verified Answers free of charge
Q28: Write a program that prompts for an
Q29: Write a loop that will read from
Q30: There are three calls to member functions
Q31: cout has type ostream,i.e. ,is an output
Q32: When you call the setf function on
Q34: You get the manipulators endl and member
Q35: When you write<br>ifstream inStream;<br>inStream.open("infile.dat");<br>the file,infile.dat must be
Q36: When you use the open member function
Q37: You are writing a program.Give the necessary
Q38: Setting the width of output with the