Essay
Assume you have opened and connected stream variables fileIn and fileOut.Assume further that you have finished with input file,but want to read the input file a second time.What is necessary to set the stream state to reread the file from the start? Explain.
Correct Answer:

Verified
To do this requires a call to ...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
Q33: Assume you have opened and connected stream
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
Q39: An output stream is a stream of
Q40: What output is produced by the following
Q41: Given the following code.The input file,in.dat,is a
Q42: cin is an output stream object of